Skip to content

Instantly share code, notes, and snippets.

@karanmalhi
Created December 6, 2011 21:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save karanmalhi/1440072 to your computer and use it in GitHub Desktop.
Save karanmalhi/1440072 to your computer and use it in GitHub Desktop.
The properties file which ties everything together.
#tomcat will be the name of the virtual directory under IIS
extension_uri=/tomcat/isapi_redirect.dll
#location of the log file
log_file=C:\inetpub\isapi\logs\isapi_redirect.log
log_level=debug
#location of worker.properties
worker_file=C:\inetpub\isapi\conf\worker.properties
#location of uriworkermap.properties
worker_mount_file=C:\inetpub\isapi\conf\uriworkermap.properties
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment