Make sure that you set tomcatAuthentication="false" on the Ajp13Connector element in the server.xml file. Otherwise, Tomcat 3.3.x ignores any authentication done by IIS.
Cheers, Larry > -----Original Message----- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, April 02, 2002 3:30 AM > To: [EMAIL PROTECTED] > Subject: Pbs with tomcat 3.3a and IIS connector : windows auth fails > > > I'm using W2K Professionnal with IIS 5 + Tomcat 3.3a, > Tomcat configured with IIS connector. > > "Jakarta" virtual dir authentication method setted like this : > - anonymous access : unchecked > - basic authentication : unckecked > - windows auth : checked > > I try to read the current windows user with > request.getUserPrincipal() but it > always says null : can someone help ? > > Thanks > > [EMAIL PROTECTED] > > -- > To unsubscribe: <mailto:[EMAIL PROTECTED]> > For additional commands: <mailto:[EMAIL PROTECTED]> > Troubles with the list: <mailto:[EMAIL PROTECTED]> > -- To unsubscribe: <mailto:[EMAIL PROTECTED]> For additional commands: <mailto:[EMAIL PROTECTED]> Troubles with the list: <mailto:[EMAIL PROTECTED]>
