Tagged Questions
2
votes
1answer
911 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
0answers
52 views
How to using JK (isapi redirect) to redirect request using https protocol?
Currently, i'm using Jakarta Isapi Redirector to perform load balancing.
I define my workers.properties content is below:
# Define list of workers that will be used for mapping requests>
# Node ...
0
votes
0answers
53 views
Integrating IIS7 and tomcat6 with jakarta: response is not proxied (just redirect to 8080)
I'm trying to configure Tomcat with IIS7 on windows 7. I would like to set IIS7 on port 80 (done) and tomcat (8080) and access to tomcat (proxy) and receive the response on the port 80.
I've ...