Re: Apache httpd authentication before

2007-07-05 Thread Filip Hanik - Dev Lists
Aldo Brucale wrote: Hello, I'm using Tomcat 5.5.20 and Sun Java 1.5.0_10 under Debian Linux, using jk version 1.2.18 to connect from Apache. I would like to let Apache do HTTP autentication before forwarding the requests to Tomcat: is this possible? yes it is, and in tomcat's connector elemen

Re: Apache httpd authentication before

2007-07-05 Thread David Smith
Yes just make sure you set tomcatAuthentication="false" in the connector definition in server.xml for the AJP connector. That will allow the REMOTE_USER header to make it through to your webapps. --David Aldo Brucale wrote: Hello, I'm using Tomcat 5.5.20 and Sun Java 1.5.0_10 under Debia

Apache httpd authentication before

2007-07-05 Thread Aldo Brucale
Hello, I'm using Tomcat 5.5.20 and Sun Java 1.5.0_10 under Debian Linux, using jk version 1.2.18 to connect from Apache. I would like to let Apache do HTTP autentication before forwarding the requests to Tomcat: is this possible? Thank you in advance Aldo ---