Tagged Questions
2
votes
1answer
935 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
1answer
14 views
Can someone tell me how the request is routed in the following IIS-Tomcat isapiredirect(2.0) config?
I have the following settings:
1. Tomcat server.xml
<Server port="8005" shutdown="SHUTDOWN">
<Service name="Catalina">
<Connector port="8080"
maxHttpHeaderSize="8192" ...
0
votes
1answer
262 views
Routing requests from IIS to Jetty with isapi_redirect (tomcat connector)
I have installed the isapi_redirect into IIS, and allowed to run.
I have enabled the ajp13 in Jetty and I can telnet to port 8009.
This is my current uiworkermap.properties:
/hudson=jetty
...
0
votes
2answers
493 views
Atlassian Bamboo behind IIS7 with Isapi redirect
I'm attempting to use Bamboo behind IIS 7. I have exhausted all of my resources so Im hoping someone here can help. After starting bamboo and trying to connect my browser eventually times out with a ...
0
votes
1answer
380 views
Issue with authentication through isapi redirect
we have an IIS (Owa) server that redirects to another server using isapi_redirect. Everything works fine for users in the LAN but for users connecting from Internet a windows authentication popup ...
0
votes
2answers
565 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
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 ...
0
votes
2answers
424 views
How do you run Trac on a public server?
Since the TFS is too big for our project, we want to use subversion and Trac. The hosting environment is Windows 2003 and IIS.
There are some options:
Run tracd
Run Apache with mod_python
Run tracd ...