vote up 2 vote down star
1

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

flag

1 Answer

vote up 3 vote down check

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|flag
Thank you!!! So easy. Much appreciated. – DanM Mar 17 at 17:56
No problem. Follow up if it gives you any trouble, but it should "just work". – Frakkle Mar 17 at 17:58

Your Answer

Get an OpenID
or

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