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\, added the registry entry, added a filter (pointing to the .dll) to the default web site... and yet, any time I try to access a Tomcat web app, I get the "You are not authorized to view this page" error.

Has anyone experienced this? Help!

Thanks, -Dan

link|improve this question

feedback

1 Answer

up vote 3 down vote accepted

http://archive.apache.org/dist/tomcat/tomcat-connectors/jk/binaries/win32/jk-1.2.14/isapi_redirect-1.2.14.exe

I use this redirect with Tomcat 5.5 and IIS 5 or 6. I haven't tried it with IIS 7.

You have to modify the uriworkermap.properties file to choose which paths to redirect, but besides that it works pretty much straight up. It adds all the registry garbage for you.

Ah, except on IIS 6 you have to add the isapi redirect.dll into its application whitelist.

link|improve this answer
Thank you!!! So easy. Much appreciated. – DanM Mar 17 '09 at 17:56
No problem. Follow up if it gives you any trouble, but it should "just work". – Frakkle Mar 17 '09 at 17:58
newer versions are available, just browse archive.apache.org/dist/tomcat/tomcat-connectors/jk/binaries – Robert Claypool Sep 16 '10 at 16:48
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.