Re: Getting LOGON_USER from the header

2005-08-30 Thread Robert Jose
Thanks David, that worked perfectly. I appreciate your help. Rob - Original Message - From: David Smith [EMAIL PROTECTED] To: Tomcat Users List tomcat-user@jakarta.apache.org Sent: Monday, August 29, 2005 6:16 PM Subject: Re: Getting LOGON_USER from the header By default, tomcat

Re: Getting LOGON_USER from the header

2005-08-30 Thread Robert Jose
Message - From: Robert Jose [EMAIL PROTECTED] To: Tomcat Users List tomcat-user@jakarta.apache.org Sent: Tuesday, August 30, 2005 7:53 AM Subject: Re: Getting LOGON_USER from the header Thanks David, that worked perfectly. I appreciate your help. Rob - Original Message - From: David

Getting LOGON_USER from the header

2005-08-29 Thread Robert Jose
Hello I have configured IIS 5.1 to redirect all jsp files to Tomcat 5.5 using the isapi redirect dll. This seems to be working well and configured correctly. Now I am trying to get the LOGON_USER from the header. I want the windows id of the user that is hitting my web page. I am

Re: Getting LOGON_USER from the header

2005-08-29 Thread Gurumoorthy
request.getRemoteUser() - Original Message - From: Robert Jose [EMAIL PROTECTED] To: Tomcat User tomcat-user@jakarta.apache.org Sent: Monday, August 29, 2005 10:44 PM Subject: Getting LOGON_USER from the header Hello I have configured IIS 5.1 to redirect all jsp files to Tomcat 5.5

Re: Getting LOGON_USER from the header

2005-08-29 Thread Robert Jose
Thanks for the response Gurumoorthy, but I get null for a result. Rob J. - Original Message - From: Gurumoorthy [EMAIL PROTECTED] To: Tomcat Users List tomcat-user@jakarta.apache.org Sent: Monday, August 29, 2005 2:40 PM Subject: Re: Getting LOGON_USER from the header

Re: Getting LOGON_USER from the header

2005-08-29 Thread David Smith
for the response Gurumoorthy, but I get null for a result. Rob J. - Original Message - From: Gurumoorthy [EMAIL PROTECTED] To: Tomcat Users List tomcat-user@jakarta.apache.org Sent: Monday, August 29, 2005 2:40 PM Subject: Re: Getting LOGON_USER from the header request.getRemoteUser

Re: Getting LOGON_USER from the header

2005-08-29 Thread Robert Jose
Thanks David, I will give this a try. Rob - Original Message - From: David Smith [EMAIL PROTECTED] To: Tomcat Users List tomcat-user@jakarta.apache.org Sent: Monday, August 29, 2005 6:16 PM Subject: Re: Getting LOGON_USER from the header By default, tomcat ignores the REMOTE_USER