Kjome [mailto:[EMAIL PROTECTED]
Sent: 24 March 2003 06:30
To: Tomcat Users List
Subject: Re: Windows 2000 Authentication Integration
You should be able to get it via request.getRemoteUser(). However, note
that when using the JK connectors, you will have to tell Tomcat whether it
should get the
You should be able to get it via request.getRemoteUser(). However, note
that when using the JK connectors, you will have to tell Tomcat whether it
should get the remote user from the JK environment or from within
Tomcat. When using Tomcat with Apache, that is done via adding the
following to
Hi,
I have searched the archives and have not managed to find a decent answer
for this.
The users of an intranet are already logged into the windows domain.
I need to retrieve the currently logged in user name from my java web
application.
1) I am integrating IIS and tomcat using the isapi redire