Thanks, we did that:
David Smith wrote:
If you set tomcatAuthentication="false" in your connector configuration
for the AJP connector, the credentials will come through. It's set to
true by default causing tomcat to ignore the REMOTE_USER header from
Apache.
--David
Patrick Ward
If you set tomcatAuthentication="false" in your connector configuration
for the AJP connector, the credentials will come through. It's set to
true by default causing tomcat to ignore the REMOTE_USER header from Apache.
--David
Patrick Ward wrote:
Currently we have Apache configured to do use
message without making a copy. Thank you.
- Original Message -
From: "Patrick Ward" <[EMAIL PROTECTED]>
To: "Tomcat Users List"
Sent: Wednesday, May 30, 2007 9:09 PM
Subject: passing Apache htpasswd authnetication to Tomcat
Currently we have Apache configured to
Currently we have Apache configured to do user authentication and Tomcat
to run the java application. At this point, Apache is asking for
authentication but the information is not being passed on to Tomcat.
We are using the following versions:
Server version: Apache/2.2.4 (Unix)
Apache Tomcat ve