Dear jakarta, I have found the following problem when I use Tomcat 3.2.1 with IIS 4.0 with filter isapi_redirect.dll: Some pages can redirect to worker ajp12 properly with following log messages -------------------------------------------------------------- [jk_isapi_plugin.c (408)]: HttpFilterProc started [jk_isapi_plugin.c (429)]: In HttpFilterProc test redirection of /mmm/ce/ContentEngine.jsp [jk_uri_worker_map.c (344)]: Into jk_uri_worker_map_t::map_uri_to_worker [jk_uri_worker_map.c (406)]: jk_uri_worker_map_t::map_uri_to_worker, Found a match ajp12 [jk_isapi_plugin.c (439)]: HttpFilterProc [/mmm/ce/ContentEngine.jsp] is a servlet url - should redirect to ajp12 [jk_isapi_plugin.c (461)]: HttpFilterProc check if [/mmm/ce/ContentEngine.jsp] is points to the web-inf directory [jk_uri_worker_map.c (155)]: Into jk_uri_worker_map_t::uri_worker_map_alloc [jk_uri_worker_map.c (195)]: Into jk_uri_worker_map_t::uri_worker_map_open -------------------------------------------------------------- Some pages can redirect to worker ajp12 but can't pass to tomcat with the following log message: ------------------------------------------------------------------ [jk_isapi_plugin.c (408)]: HttpFilterProc started [jk_isapi_plugin.c (429)]: In HttpFilterProc test redirection of /mmm/ce/index.jsp [jk_uri_worker_map.c (344)]: Into jk_uri_worker_map_t::map_uri_to_worker [jk_uri_worker_map.c (406)]: jk_uri_worker_map_t::map_uri_to_worker, Found a match ajp12 [jk_isapi_plugin.c (439)]: HttpFilterProc [/mmm/ce/index.jsp] is a servlet url - should redirect to ajp12 [jk_isapi_plugin.c (461)]: HttpFilterProc check if [/mmm/ce/index.jsp] is points to the web-inf directory [jk_isapi_plugin.c (408)]: HttpFilterProc started [jk_isapi_plugin.c (429)]: In HttpFilterProc test redirection of /jakarta/isapi_redirect.dll [jk_uri_worker_map.c (344)]: Into jk_uri_worker_map_t::map_uri_to_worker [jk_uri_worker_map.c (434)]: jk_uri_worker_map_t::map_uri_to_worker, done without a match [jk_isapi_plugin.c (452)]: HttpFilterProc [/jakarta/isapi_redirect.dll] is not a servlet url [jk_isapi_plugin.c (461)]: HttpFilterProc check if [/jakarta/isapi_redirect.dll] is points to the web-inf directory ------------------------------------------------------------------------ These 2 pages are on the same context /mmm/ce/ If I use port 8080, all things go smoothly. If I use port 80 (IIS 4.0), some page ok while some page can't be found. I must use IIS with tomcat! What can I do to solve this problem? Could you give me any sugguestion? Best regards, John -- Sent using webmail, a web-based e-mail client.
