Thanks guys. I think I found my issue. I had the following entry:
[ajp13:localhost:8009] info=Ajp13 worker, connects to tomcat instance using AJP 1.3 protocol channel=channel.socket:localhost:8009 Which I guess conflicts with: [channel.socket:localhost:8009] info=A second tomcat instance. debug=0 tomcatId=localhost:8009 group=lb So I commented out the ajp13 entry, as so: #[ajp13:localhost:8009] #info=Ajp13 worker, connects to tomcat instance using AJP 1.3 protocol #channel=channel.socket:localhost:8009 -----Original Message----- From: Robert Priest [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 30, 2004 5:09 PM To: Tomcat Users List Subject: Windows 2003 Server\Tomcat ISAPI Filter Hello All, I know that this is a topic that has been discussed and I have read the following docs on the issue: https://www.rit.edu/~ack5504/tomcat-iis6-howto/narantugs-sengee-guide.ht <https://www.rit.edu/~ack5504/tomcat-iis6-howto/narantugs-sengee-guide.ht> ml https://www.rit.edu/~ack5504/tomcat-iis6-howto/tomcat-iis6-howto.html <https://www.rit.edu/~ack5504/tomcat-iis6-howto/tomcat-iis6-howto.html> http://virtualict.net/support/kb/iis6-Tomcat5-JK2.html <http://virtualict.net/support/kb/iis6-Tomcat5-JK2.html> However I am still having an issue with (I guess) the filter handing off to tomcat. I DO have IIS Running in IIS 5.0 ISOLATION MODE And I HAVE "allowed" Tomcat's Redirector DLL in Web Service Extensions However I still get a "The page cannot be found" when browsing to "http://localhost/examples/servlets <http://localhost/examples/servlets> ". However "http://localhost:8080/examples/servlets <http://localhost:8080/examples/servlets> " works fine. I do see that the filter is picking it up, but is it not handing it off to tomcat? Here is ALL that I see my log file: [Tue Mar 30 17:07:01 2004] (debug ) [jk_isapi_plugin.c (290)] HttpFilterProc started [Tue Mar 30 17:07:01 2004] (debug ) [jk_isapi_plugin.c (352)] In HttpFilterProc Virtual Host redirection of localhost : 80 [Tue Mar 30 17:07:01 2004] (debug ) [jk_uriMap.c (898)] uriMap.mapUri() hostname localhost port 80 uri /examples/servlets [Tue Mar 30 17:07:01 2004] (debug ) [jk_uriMap.c (920)] uriMap.mapUri() found host * [Tue Mar 30 17:07:01 2004] (debug ) [jk_uriMap.c (947)] uriMap.mapUri() found ctx /examples/servlet [Tue Mar 30 17:07:01 2004] (debug ) [jk_uriMap.c (1004)] uriMap.mapUri() context match /examples/servlets lb:lb [Tue Mar 30 17:07:01 2004] (debug ) [jk_isapi_plugin.c (361)] HttpFilterProc [/examples/servlets] is a servlet url - should redirect to lb:lb [Tue Mar 30 17:07:01 2004] (debug ) [jk_isapi_plugin.c (427)] HttpFilterProc check if [/examples/servlets] is pointing to the web-inf directory --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
