Re: Tomcat, IIS, Integrated Windows Authentication, and request.getRemoteUser()

2005-12-14 Thread Michael Neel
to redirector docs that cover stuff like this? So far i've only found basic install information. Mike On 12/7/05, Michael Neel [EMAIL PROTECTED] wrote: I'm running Tomcat 5.5.9 connected to IIS 5.1 with the isapi_redirect.dll using AJP/1.3. I am trying to enable Integrated Windows Authentication

Tomcat, IIS, Integrated Windows Authentication, and request.getRemoteUser()

2005-12-07 Thread Michael Neel
I'm running Tomcat 5.5.9 connected to IIS 5.1 with the isapi_redirect.dll using AJP/1.3. I am trying to enable Integrated Windows Authentication in IIS and have Tomcat access the username of the remote user. I've tried: ---server.xml--- Connector port=8009 tomcatAuthentication=false

<    1   2