Re: request.getRemoteUser() returning null

2007-02-14 Thread David Smith
You'll need to add an attribute to the ajp13 connector in server.xml: tomcatAuthentication="false" By default, tomcat ignores the REMOTE_USER header provided by the IIS or Apache HTTPd front-end. This allows that header through. --David Uwe_77 wrote: >Hello, > >I configured IIS 6.0 (Windows 2

request.getRemoteUser() returning null

2007-02-14 Thread Uwe_77
Hello, I configured IIS 6.0 (Windows 2003) to redirect jsp's to Tomcat (5.5.20) via JK2 ajp13 (isapi_redirector2.dll). Anonymous login in IIS ist turned off, Windows Authentication is turned on. Now I need to get the username. When I us request.getRemoteUser(), that is only returning null. In jk2