The auth seems to work through apache with this setting, but tomcat still gives me the 403 error page.
-----Original Message----- From: Jacob Kjome [mailto:[EMAIL PROTECTED]] Sent: Tuesday, August 13, 2002 9:33 AM To: Tomcat Users List Subject: Re: Can authentication to webapps be controlled by Apache HTTPD serve r rather than tomcat? <eom> Yes, but you have to add tomcatAuthentication="false" to your ajp13 connector in server.xml. Also, this doesn't seem to work with the Coyote connector, only with the normal ajp13. connector. Once you've done this, do your athentication through Apache and use request.getRemoteUser() to get the name of the user who successfully logged in through Apache. Jake At 01:49 PM 8/13/2002 +0100, you wrote: > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
