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

2005-12-14 Thread Michael Neel
Okay, I found out that I needed the virtual directory pointing at the redirect dll to also have windows auth enabled. As a follow-up question, I went looking for documentation on this setup and other possible features there maybe I can use and couldn't find any. Does anyone have a link to

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