2012/2/16 Christopher Schultz <ch...@christopherschultz.net>: > > On 2/16/12 8:26 AM, Sachin Mehrotra wrote: >> <login-config> <auth-method>BASIC</auth-method> <realm-name>My App >> Realm</realm-name> </login-config> > > I believe if you set <auth-method> to BASIC, Tomcat will add its own > Valve to the valve chain. If you don't set the <auth-method> here but > still add your <Valve> to context.xml, does that improve things? >
IIRC Tomcat would not add Authenticator valve if one is already there, so this tip is useless. Anyway you can always run Tomcat under debugger (see FAQ -> Development) and see what really is going on. Best regards, Konstantin Kolinko --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org