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
20 views
Return type of executable when using apache jk with IIS7
I've setup a tomcat 6 instance on my windows 2008 R2 webserver.
I'm using Apache JK ISAPI DLL v 1.2.30 to redirect traffic from the IIS7.5 to the tomcat instance using the AJP connector.
However, ...