Tagged Questions

2
votes
1answer
910 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
51 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 ...