You may use request.getRemoteUser() to have domain and userid returned as a String object.
Just add tomcatAuthentication="false" to the Connector element in your server.xml file. By the way - Tomcat is NOT a full J2EE server but a Servlet container (is does not support EJBs for instance) Regards Thomas -----Original Message----- From: Benjamin Lerman [mailto:[EMAIL PROTECTED] Sent: 27. marts 2006 09:18 To: [email protected] Subject: IIS Integrated Authentification and Tomcat Hi, I plan to use IIS as a front-end for a J2EE application running on Tomcat. I plan to use IIS integrated authentification to do NTLM authentification of users. I need to get the login of the authentificated user from my application. Is there any place where IIS puts this value ? Either a Header or something like that ? Thanks. Benjamin --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
