Tagged Questions

2
votes
1answer
913 views

IIS -> Isapi_Redirect -> Tomcat

I've been trying for days to get Tomcat up and running through IIS via the Jakarta Connector. I've followed all of Microsoft's instructions -- put the connector .dll in %tomcatdir%\bin\win32\i386\, ...
0
votes
2answers
406 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
106 views

Is the Apache ISAPI Redirector Chopping Off Cookie Data?

I have a question about processing within the ISAPI Redirector, in the AJP13 processing in particular is where my situation is occurring. At least that is what I think based upon what I am getting ...
0
votes
2answers
551 views

OWA sessionid cookie lost when logging into a Tomcat site iframe

we have made an extension to OWA page, connecting to a web application running in Tomcst. The content served by this application is shown in an iframe inside OWA page using isapi. This is working ...
0
votes
1answer
829 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 ...
0
votes
1answer
2k views

Cannot get IIS ISAPI Tomcat connector to pass BASIC Authentication through to Tomcat

We've successfully configured IIS to front 2 Tomcat instances using isapi_redirect.dll. It's doing everything smartly, and we've been very happy. Now, however, we're using one of the Tomcat instances ...