HI There.
We have created two .reg files for NT 4 and Windows 2000. They work for
tomcat installations on
c:\jakarta-tomcat-3.2.1 but should be editable for other file paths. I found
the process to be very error prone, manually making the keys every time.
Win 2k
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Apache Software Foundation\Jakarta Isapi
Redirector\1.0]
"extension_uri"="/jakarta/isapi_redirect.dll"
"log_file"="c:\\jakarta-tomcat-3.2.1\\logs\\isapi.log"
"log_level"="info"
"worker_file"="c:\\jakarta-tomcat-3.2.1\\conf\\workers.properties"
"worker_mount_file"="c:\\jakarta-tomcat-3.2.1\\conf\\uriworkermap.properties
"
NT 4
REGEDIT4
[HKEY_LOCAL_MACHINE\SOFTWARE\Apache Software Foundation\Jakarta Isapi
Redirector\1.0]
@=""
"log_file"="c:\\jakarta-tomcat-3.2.1\\logs\\isapi.log"
"worker_file"="c:\\jakarta-tomcat-3.2.1\\conf\\workers.properties"
"worker_mount_file"="c:\\jakarta-tomcat-3.2.1\\conf\\uriworkermap.properties
"
"extension_uri"="/jakarta/isapi_redirect.dll"
"log_level"="debug"
The NT 4 version also works on Win 2k, but is here for completeness.