Tagged Questions
0
votes
2answers
403 views
Redirect Status Code 302 between Tomcat and IIS 7.0 is not properly handled by the isapi redirector
We recently installed a web application under Tomcat 6 which is connected over the isapi redirector interface (see http://tomcat.apache.org/connectors-doc/webserver_howto/iis.html) to an IIS 7 server. ...
0
votes
1answer
185 views
How to update Http Request and send it to another web server
Following is our environment setup:
IIS 7 receives Http (.jsp) request from client (browser).
It blindly redirects it to JBoss using ISAPI_Redirect.dll.
Now we are trying to modify this setup in ...
0
votes
1answer
828 views
How to force IIS7 to return Tomcat error response
I have a following setup:
App - Magnolia site running under Tomcat 6.0.16
ISAPI - Tomcat connector isapi_redirect-1.2.28
web server - IIS 7
host OS - Windows 2008
Everything works fine until i ...