The only thing that I can see missing from my setup is that when I make a request for a URL served by the isapi_redirector, I dont see a corresponding get for /jakarta/isapi_redirector.dll from IIS.
I have green lights everywhere, I have the logging turned up on the filter, and I'm seeing that requests are coming through, and isapi_redirector knows they are for him (unless forwarding escaped URI means something else) no other errors on startup, so I am tempted to think that things are looking OK. Here is my uriworkermap.properties file: /jsp-examples/*=patnc1 /portal/*=patnc1 Here is my workers.properties file: worker.list=patnc1 worker.patnc1.type=ajp13 worker.patnc1.host=localhost worker.patnc1.port=8009 Here's the log from the redirector, when I do a request for /jsp-examples/index.html [Tue Oct 09 09:35:30.111 2007] [3084:3124] [debug] jk_isapi_plugin.c (1199): Filter started [Tue Oct 09 09:35:30.111 2007] [3084:3124] [debug] jk_isapi_plugin.c (1266): Virtual Host redirection of /localhost:88/jsp-examples/index.html [Tue Oct 09 09:35:30.111 2007] [3084:3124] [debug] jk_uri_worker_map.c (597): Attempting to map URI '/localhost:88/jsp-examples/index.html' from 2 maps [Tue Oct 09 09:35:30.111 2007] [3084:3124] [debug] jk_uri_worker_map.c (609): Attempting to map context URI '/jsp-examples/*=patnc1' source 'uriworkermap' [Tue Oct 09 09:35:30.111 2007] [3084:3124] [debug] jk_uri_worker_map.c (609): Attempting to map context URI '/portal/*=patnc1' source 'uriworkermap' [Tue Oct 09 09:35:30.111 2007] [3084:3124] [debug] jk_isapi_plugin.c (1273): Default redirection of /jsp-examples/index.html [Tue Oct 09 09:35:30.111 2007] [3084:3124] [debug] jk_uri_worker_map.c (597): Attempting to map URI '/jsp-examples/index.html' from 2 maps [Tue Oct 09 09:35:30.111 2007] [3084:3124] [debug] jk_uri_worker_map.c (609): Attempting to map context URI '/jsp-examples/*=patnc1' source 'uriworkermap' [Tue Oct 09 09:35:30.111 2007] [3084:3124] [debug] jk_uri_worker_map.c (624): Found a wildchar match '/jsp-examples/*=patnc1' [Tue Oct 09 09:35:30.111 2007] [3084:3124] [debug] jk_isapi_plugin.c (1286): check if [/jsp-examples/index.html] is points to the web-inf directory [Tue Oct 09 09:35:30.111 2007] [3084:3124] [debug] jk_isapi_plugin.c (1303): [/jsp-examples/index.html] is a servlet url - should redirect to patnc1 [Tue Oct 09 09:35:30.111 2007] [3084:3124] [debug] jk_isapi_plugin.c (1345): fowarding escaped URI [/jsp-examples/index.html] Here's the IIS log for the same request... 2007-10-09 14:35:30 W3SVC1267602825 127.0.0.1 GET /jsp-examples/index.html - 88 - 127.0.0.1 Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.2;+SV1;+PATNC,+Inc.+STL+ MO+USA;+.NET+CLR+1.1.4322;+.NET+CLR+2.0.50727) 404 2 1260 Can anyone provide a clue as to what I need to do from here? Thanks for any and all assistance with this! David Buttrick Programming Manager Parents As Teachers National Center 2228 Ball Drive St. Louis, MO 63146 314-432-4330 x 282 [EMAIL PROTECTED] --------------------------------------------------------------------- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]