One solution to the problem with IIS and Tomcat 4.1.24 config 2003-10-09 - By erlis@(protected)
Back Hi all
I got problem trying to configure tomcat4 and IIS.
The problem was:
When I configure steep by steep just like the iis-tomcat-howto explain to, the redirector sent itself like the resource to the tomcat container and as the result I got the "ERROR 404 "/Jakarta/isapi_redirect.dll" is not available" by the tomcat container
After many ours I thought that maybe the problem was something wrong in the parameter that carry the resource. I remembered that I inserted something in the registry exactly equal to the resource that tomcat was trying to reach "/jakarta/isapi_redirect.dll"
My solution:
I read again the iis-tomcat-howto and I understand very well what I must to do, the important section of the iis-tomcat-howto is here:
Using the IIS management console, add isapi_redirect.dll as a filter in your IIS/PWS web site. The name of the filter should reflect its task (I use the name jakarta), its executable must be our c:\jakarta-tomcat\bin\win32\i386\isapi_redirect.dll. For PWS,(*****HERE IS WHERE I PUT ALL MY ATTENTION***) you'll need to use regedit and add/edit the "Filter DLLs" key under HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\W3SVC\Parameters . This key contains a "," separated list of dlls ( full paths ) - you need to insert the full path to isapi_redirect.dll.
If you read carefully you can see that "...For PWS, you'll need to use regedit and add/edit the "Filter DLLs"..." and I wasn't used PWS (Personal Web Server) I'm using IIS.
Yeahp, when I remove the registry entry all was OK.
I really hope you can resolve the problem if you still with that headache
Sicerelly
Lic. In Computer Science
Erlis Alberto Vidal Santos
|
|