(
isapi_redirect-x.x.xx.dll)
from http://www.apache.org/dist/tomcat/tomcat-connectors/jk/binaries/
isapi_redirect-x.x.xx.dll
to isapi_redirect.dll
.
isapi_redirect.dll
to
C:\Program Files\Apache Software
Foundation\Tomcat 5.5\bin
.
workers.properties
file in the tomcat\conf
folder with the content from http://tomcat.apache.org/connectors-doc/generic_howto/quick.html. Below is sample content:
# Define 1 real worker using ajp13
worker.list=ajp13
# Set properties for ajp13 (ajp13)
worker.ajp13.type=ajp13
worker.ajp13.host=localhost
worker.ajp13.port=8009
uriworkermap.properties
file in the tomcat\conf
folder. Below is sample content: # uriworkermap.properties - IIS
#
# This file provides sample mappings for example ajp13
# worker defined in workerss.properties.
# The general sytax for this file is:
# [URL]=[Worker name]
/archibus/*=ajp13
/jsp-examples/*=ajp13
# Optionally filter out all .jpeg files inside that context
By setting the tomcatAuthentication="false"
HttpServletRequest.getRemoteUser() returns the user authenticated through
IIS! # For no mapping the url has to start with exclamation (!)
#!/archibus/*.jpeg=ajp13
server.xml
file by setting tomcatAuthentication="false"
. The HttpServletRequest.getRemoteUser()
method returns the user
authenticated through IIS.<Connector port="8009"
tomcatAuthentication="false"
enableLookups="false"
redirectPort="8443 protocol="AJP/1.3" />
isapi_redirect.properties
file in the tomcat/bin
folder. Below is sample content:
# Configuration file for the Jakarta
ISAPI Redirector
# The path to the ISAPI Redirector
Extension, relative to the website
# This must be in a virtual directory
with execute privileges
extension_uri=/jakarta/isapi_redirect.dll
# Full path to the log file for the
ISAPI Redirector
log_file=C:\Tomcat\logs\isapi.log
# Log level (debug, info, warn, error
or trace)
log_level=info
# Full path to the workers.properties
file
worker_file=C:\Tomcat\conf\workers.properties
# Full path to the
uriworkermap.properties file
worker_mount_file=C:\Tomcat\conf\uriworkermap.properties
jakarta.
isapi_redirect.dll
(such
as C:\Program Files\Apache Software
Foundation\Tomcat 5.5\bin
).
isapi_redirect.dll
as an ISAPI filter in your IIS web
site.
tomcat.
C:\Program Files\Apache Software Foundation\Tomcat
5.5\bin\isapi_redirect.dll