Hi! I just configured the iis redirector on three machines & got a different typo each :-(. I'm sure I am not alone & many newbies face. I have a solution: If you are using defaults i.e Tomcat installed on C:\jakarta-tomcat & dll in .\bin\win32\i386 etc. then 1. Cut & paste the text below into notepad. 2. Save it as jakarta.reg 3. Right-click on this file & select Merge. Your registry woes are over. <!--Text to cut & Paste Begins : below this line --> Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SOFTWARE\Apache Software Foundation] [HKEY_LOCAL_MACHINE\SOFTWARE\Apache Software Foundation\Jakarta Isapi Redirector] [HKEY_LOCAL_MACHINE\SOFTWARE\Apache Software Foundation\Jakarta Isapi Redirector\1.0] "extension_uri"="/jakarta/isapi_redirect.dll" "log_file"="C:\\jakarta-tomcat\\logs\\isapi.log" "log_level"="info" "worker_file"="C:\\jakarta-tomcat\\conf\\workers.properties" "worker_mount_file"="C:\\jakarta-tomcat\\conf\\uriworkermap.properties" <!--End of text to cut & paste-->
