Re: getting authentication information from apache

2006-08-11 Thread Jason Nesbitt
wow. I must have glazed right over that when looking at the documentation. Thanks! On 8/11/06, Pid <[EMAIL PROTECTED]> wrote: http://tomcat.apache.org/tomcat-5.5-doc/config/ajp.html set Jason Nesbitt wrote: > I'm using apache as a front end to my tomcat 5.5 serve

getting authentication information from apache

2006-08-11 Thread Jason Nesbitt
I'm using apache as a front end to my tomcat 5.5 server and they are connected through the AJP 1.3 Connector. The problem I am having is that the authentication info doesn't seem like its getting propagated from apache to tomcat. When I call request.getRemoteUser() it returns null though I was a