We are using IIS ver6.0 with Tomcat 6.0 on windows 2003. setup the configuration according to steps in http://tomcat.apache.org/connectors-doc/reference/iis.html http://localhost/examples/jsp/ throws 404 error.
entry in uriworkermap.properties: /examples/*=mobius entry in workers.properties *worker.tomcat_home=C:\apache *worker.java_home=C:\Program Files\Java\jdk1.5.0_13 ps=\ worker.list=mobius worker.mobius.type=ajp13 worker.mobius.port=8009 worker.mobius.host=localhost Message in the isapi_redirect.log file: [Mon Feb 02 14:02:38.955 2009] [1728:3864] [debug] jk_worker.c (293): Found worker type 'ajp13' [Mon Feb 02 14:02:38.955 2009] [1728:3864] [debug] jk_uri_worker_map.c (511): Checking extension for worker 0: mobius of type ajp13 (2) [Mon Feb 02 14:02:38.955 2009] [1728:3864] [debug] jk_uri_worker_map.c (171): uri map dump after extension stripping: index=0 file='c:\apache\conf\uriworkermap.properties' reject_unsafe=0 reload=60 modified=1233604330 checked=1233612158 [Mon Feb 02 14:02:38.955 2009] [1728:3864] [debug] jk_uri_worker_map.c (176): generation 0: size=0 nosize=0 capacity=0 [Mon Feb 02 14:02:38.955 2009] [1728:3864] [debug] jk_uri_worker_map.c (176): generation 1: size=1 nosize=0 capacity=4 [Mon Feb 02 14:02:38.955 2009] [1728:3864] [debug] jk_uri_worker_map.c (185): NEXT (1) map #0: uri=/examples/* worker=mobius context=/examples/* source=uriworkermap type=Wildchar len=11 [Mon Feb 02 14:02:38.955 2009] [1728:3864] [debug] jk_uri_worker_map.c (481): Switching uri worker map from index 0 to index 1 [Mon Feb 02 14:02:38.955 2009] [1728:3864] [info] jk_isapi_plugin.c (2564): Jakarta/ISAPI/isapi_redirector/1.2.27 initialized [Mon Feb 02 14:02:38.955 2009] [1728:3864] [debug] jk_isapi_plugin.c (1840): Filter started [Mon Feb 02 14:02:38.955 2009] [1728:3864] [debug] jk_uri_worker_map.c (1035): Attempting to map URI '/localhost/nordnetsample.html' from 1 maps [Mon Feb 02 14:02:38.955 2009] [1728:3864] [debug] jk_uri_worker_map.c (849): Attempting to map context URI '/examples/*=mobius' source 'uriworkermap' [Mon Feb 02 14:02:38.955 2009] [1728:3864] [debug] jk_uri_worker_map.c (849): Attempting to map context URI '/examples/*=mobius' source 'uriworkermap' [Mon Feb 02 14:02:38.955 2009] [1728:3864] [debug] jk_isapi_plugin.c (2060): [/nordnetsample.html] is not a servlet url [Mon Feb 02 14:02:53.143 2009] [1728:3864] [debug] jk_isapi_plugin.c (1840): Filter started [Mon Feb 02 14:02:53.143 2009] [1728:3864] [debug] jk_uri_worker_map.c (1035): Attempting to map URI '/localhost/examples/jsp/' from 1 maps [Mon Feb 02 14:02:53.143 2009] [1728:3864] [debug] jk_uri_worker_map.c (849): Attempting to map context URI '/examples/*=mobius' source 'uriworkermap' [Mon Feb 02 14:02:53.143 2009] [1728:3864] [debug] jk_uri_worker_map.c (849): Attempting to map context URI '/examples/*=mobius' source 'uriworkermap' [Mon Feb 02 14:02:53.143 2009] [1728:3864] [debug] jk_uri_worker_map.c (862): Found a wildchar match '/examples/*=mobius' [Mon Feb 02 14:02:53.143 2009] [1728:3864] [debug] jk_isapi_plugin.c (1921): check if [/examples/jsp/] points to the web-inf directory [Mon Feb 02 14:02:53.143 2009] [1728:3864] [debug] jk_isapi_plugin.c (1937): [/examples/jsp/] is a servlet url - should redirect to mobius [Mon Feb 02 14:02:53.143 2009] [1728:3864] [debug] jk_isapi_plugin.c (1977): fowarding escaped URI [/examples/jsp/] what are we missing in the setup.Any help will be appreciated. Thanks, Sangeeta --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org