Hello:

I would like to send a special thanks to Rex...I finally got the
isapi_redirect.dll working. I would appear that using regedit does not
entirely do the job. As Rex had suggested, it would be best (but time
consuming) to manually create the .reg file.... and that's it.

Personally, I don't think it had anything to do with typos, etc., although
in some cases, that could be the problem. However, I think it's simply just
the way regedit handles the info.

Lawrence
----- Original Message -----
From: "Rex Cooper" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, June 11, 2001 11:30 AM
Subject: Tomcat on IIS registry entries


> 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.
>

Reply via email to