| Posted: 11 August 2008 at 3:45am | IP Logged
|
|
|
Hi there,
My organization is currently (still) using isapi_rewrite version 2, together with Tomcat's isapi_redirect, to proxy Tomcat requests using its own proprietary protocol. Servers are Windows 2000.
Isapi_rewrite is installed globally, while isapi_redirect is installed on the site level. Everything works perfectly and no problems since years.
Isapi_redirect works quite similarly to isapi_rewrite, it just needs a list of aliases mapped to specific applications. I always assumed with the above setup that isapi_rewrite has precedence over isapi_redirect.
The problem is: if I try to map on top of the httpd.ini file everything gets redirected EXCEPT the requests supposed to be redirected to Tomcat (=handled by isapi_redirect). I get the above requests on the original IIS server with entries like:
Code:
GET /<tomcatappname>/<filename>x.isrwhlp |
|
|
After adding and removing all the isapis and changing their order, my guess is that every alias mapped towards Tomcat do not have a .isrwhlp mapping on IIS. I tried adding an application with the same name under IIS, but this did not solve the problem.
I wonder if there is a way to overcome this behaviour, or if it is just by design.
Thank you in advance, h.
|