Re: passing Apache htpasswd authnetication to Tomcat

2007-05-31 Thread Patrick Ward
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

Re: passing Apache htpasswd authnetication to Tomcat

2007-05-30 Thread David Smith
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

Re: passing Apache htpasswd authnetication to Tomcat

2007-05-30 Thread Martin Gainty
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

passing Apache htpasswd authnetication to Tomcat

2007-05-30 Thread Patrick Ward
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