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
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
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
---