The Jakarta Project
    Jakarta Tomcat Connector

Links

Configuration

Jakarta Tomcat Connector

Configuring IIS

Printer Friendly Version
print-friendly
version
Requirements

The Tomcat redirector requires three entities:

  • isapi_redirect.dll - The IIS server plugin, either obtain a pre-built DLL or build it yourself (see the build section).
  • workers.properties - A file that describes the host(s) and port(s) used by the workers (Tomcat processes). A sample workers.properties can be found under the conf directory.
  • uriworkermap.properties - A file that maps URL-Path patterns to workers. A sample uriworkermap.properties can be found under the conf directory as well.

The installation includes the following parts:

  • Configuring the ISAPI redirector with a default /examples context and checking that you can serve servlets with IIS.
  • Adding more contexts to the configuration.

Registry settings

ISAPI redirector reads configuration from the registry, create a new registry key named :

"HKEY_LOCAL_MACHINE\SOFTWARE\Apache Software Foundation\Jakarta Isapi Redirector\1.0"

Key NameDescription
extension_uri

A string value pointing to the ISAPI extension /jakarta/isapi_redirect.dll

log_file

A value pointing to location where log file will be created. (for example c:\jakarta-tomcat\logs\isapi.log)

log_level

A string value for log level (can be debug, info, warn, error or trace).

worker_file

A string value with the full path to workers.properties file (for example c:\jakarta-tomcat\conf\workers.properties)

worker_mount_file

A string value with is the full path to uriworkermap.properties file (for example c:\jakarta-tomcat\conf\uriworkermap.properties)


Copyright © 1999-2004, Apache Software Foundation