IIS Proxying Tomcat
May 5, 2010
We have a need to set up IIS infront of Tomcat, so that IIS can pick up the current user's Windows login and then pass it through to Tomcat, where it is accessible from request.getRemoteUser()
. We're using IIS 7 on a Windows 2008 Server, and we assume that you …