I just got IIS to forward my request to Tomcat using the Apache
Tomcat-Connectors doc. 

I am trying to authenticate the user login/id that executes the request to
my web app to be able to grab the user login and use in my java  app. 

Has anyone on this list setup a server environment variable in the
workers.properties file that would equal the
REQUEST.SERVERVARIABLE(AUTH_USER) in IIS?

Can I get the same thing from the HttpServletRequest object by using the
getRemoteUser method when the request is made from IIS?

Any help here would be appreciated. 
-- 
View this message in context: 
http://old.nabble.com/Question-on-workers.properties-file-tp28599711p28599711.html
Sent from the Tomcat - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to