RE: Confused about getRemoteUser and Apache authentication

2006-10-18 Thread Joe Pluta
httpd. Never tried to do security constraints in web.xml and use tomcatAuthentication="false" together. You could try it. My suspicion is it should work. --David Joe Pluta wrote: >I am trying to authenticate via Apache and use getRemoteUser in Tomcat. >I want to serve static p

RE: Confused about getRemoteUser and Apache authentication

2006-10-18 Thread Joe Pluta
Sheesh. I'm tired. I said: "I'm not sure whether I the security constraints define in the application's web.xml." I meant: "I'm not sure whether I need the security constraints defined in the application's web.xml." - To st

Confused about getRemoteUser and Apache authentication

2006-10-18 Thread Joe Pluta
I am trying to authenticate via Apache and use getRemoteUser in Tomcat. I want to serve static pages via Apache and run a web application through Tomcat. I am receiving a null for getRemoteUser in my simple Spy servlet. I have read in different places where the AJP connector requires the keyword