Return-Path: Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: (qmail 74795 invoked from network); 2 Nov 2010 12:38:56 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 2 Nov 2010 12:38:56 -0000 Received: (qmail 74715 invoked by uid 500); 2 Nov 2010 12:39:24 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 74533 invoked by uid 500); 2 Nov 2010 12:39:21 -0000 Mailing-List: contact users-help@tomcat.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Tomcat Users List" Delivered-To: mailing list users@tomcat.apache.org Received: (qmail 74524 invoked by uid 99); 2 Nov 2010 12:39:20 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 02 Nov 2010 12:39:20 +0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of knst.kolinko@gmail.com designates 209.85.212.45 as permitted sender) Received: from [209.85.212.45] (HELO mail-vw0-f45.google.com) (209.85.212.45) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 02 Nov 2010 12:39:16 +0000 Received: by vws4 with SMTP id 4so5351210vws.18 for ; Tue, 02 Nov 2010 05:38:55 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=7+l6emOk0oxSqjeX53K3dSzeJ+S/S1kHl1DH68CtI6g=; b=vaKF0bMrXxzuvfqmQDwP1SWbb38+yRrOoD2OxO1b/VOCpTbBiYVfF+KrLAtk0pYnUV EKc54p4XY/quPVMpQ0aLkgArHfEP3HYe915vMa0ve6NOmVHPLWh1wRPuwMRZxO+WkUtb mtTDjl0NamOpRnBMtJHoP8gG6yTekxHHyrEnw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=Qhel9H0NxTMVG53WNw3TIUv4ki9FMVyVgDyKOmDG4brwo/g406EStSInrgg9qg/XLW idMn2DDw/lre3i1yMKKMU4E1fCCKX60bCDPXg5UhBSK5q0S3YGE6XGwMhFdxNQFO2p6a zzjV0ia8j1qNT6uFxWsfBL2vHADhGfvJTxHwA= MIME-Version: 1.0 Received: by 10.224.10.204 with SMTP id q12mr9570812qaq.93.1288701534991; Tue, 02 Nov 2010 05:38:54 -0700 (PDT) Received: by 10.220.177.7 with HTTP; Tue, 2 Nov 2010 05:38:54 -0700 (PDT) In-Reply-To: References: Date: Tue, 2 Nov 2010 15:38:54 +0300 Message-ID: Subject: Re: Tomcat 5.5: how doesone configure an authenticator valve? From: Konstantin Kolinko To: Tomcat Users List Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable 2010/11/2 dB. : > I am trying to help someone with a Tomcat 5.5 implementation of waffle (w= affle.codeplex.com). It has authenticator valve that works well with tc6. > I declare a valve inside the web app: > > Context.xml > > > > =A0 > =A0 > > Note, that META-INF/context.xml (case matters!) is copied to $CATALINA_BASE\conf\Catalina\localhost\.xml when the webappication starts for the first time. You can have a stale copy there. I would suggest you to enable more detailed logging. Something like adding the following line to conf/logging.properties: waffle.apache.NegotiateAuthenticator.level=3DFINE BTW, the waffle docs say "waffle.apache.NegotiateAuthenticator", but in the source code it is "waffle.tomcat.NegotiateAuthenticator", i.e. a different package http://waffle.codeplex.com/SourceControl/changeset/view/52761#1097376 Are there any interesting messages in the log filess already? Best regards, Konstantin Kolinko --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org For additional commands, e-mail: users-help@tomcat.apache.org