Hi, I have connected Tomcat 4.1.30 to IIS a lot of times at several customer sites. Now at one site I have a problem. The JK log reports the following when accessing a resource at context '/dw_3_16_12'. The ajp13 worker is correctly configured in workers.properties.
It's a distributed configuration: IIS is in DMZ, Tomcat in Intranet; The port 8009 is open in the firewall. I checked that with "telnet <ip-addr> 8009" . The only special thing IMO is that the IIS runs several websites. The connector is installed on level of website that listens on Port 81. What I wonder from the log is why there appear ajp12 log entries where I expect ajp13. Has anyone an idea? Michael ---------------------------------------------------------------------------- --- [Thu Dec 16 12:35:48 2004] [jk_isapi_plugin.c (600)]: In HttpFilterProc Virtual Host redirection of /bsa.xxxx.com:81/dw_3_16_12 [Thu Dec 16 12:35:48 2004] [jk_uri_worker_map.c (351)]: Into jk_uri_worker_map_t::map_uri_to_worker [Thu Dec 16 12:35:48 2004] [jk_uri_worker_map.c (368)]: Attempting to map URI '/bsa.xxxx.com:81/dw_3_16_12' [Thu Dec 16 12:35:48 2004] [jk_uri_worker_map.c (456)]: jk_uri_worker_map_t::map_uri_to_worker, done without a match [Thu Dec 16 12:35:48 2004] [jk_isapi_plugin.c (606)]: In HttpFilterProc test Default redirection of /dw_3_16_12 [Thu Dec 16 12:35:48 2004] [jk_uri_worker_map.c (351)]: Into jk_uri_worker_map_t::map_uri_to_worker [Thu Dec 16 12:35:48 2004] [jk_uri_worker_map.c (368)]: Attempting to map URI '/dw_3_16_12' [Thu Dec 16 12:35:48 2004] [jk_uri_worker_map.c (381)]: jk_uri_worker_map_t::map_uri_to_worker, Found an exact match ajp13 -> /dw_3_16_12 [Thu Dec 16 12:35:48 2004] [jk_isapi_plugin.c (617)]: HttpFilterProc [/dw_3_16_12] is a servlet url - should redirect to ajp13 [Thu Dec 16 12:35:48 2004] [jk_isapi_plugin.c (639)]: HttpFilterProc check if [/dw_3_16_12] is points to the web-inf directory [Thu Dec 16 12:35:48 2004] [jk_isapi_plugin.c (555)]: HttpFilterProc started [Thu Dec 16 12:35:48 2004] [jk_isapi_plugin.c (600)]: In HttpFilterProc Virtual Host redirection of /bsa.xxxx.com:81/jakarta/isapi_redirect.dll [Thu Dec 16 12:35:48 2004] [jk_uri_worker_map.c (351)]: Into jk_uri_worker_map_t::map_uri_to_worker [Thu Dec 16 12:35:48 2004] [jk_uri_worker_map.c (368)]: Attempting to map URI '/bsa.xxxx.com:81/jakarta/isapi_redirect.dll' [Thu Dec 16 12:35:48 2004] [jk_uri_worker_map.c (456)]: jk_uri_worker_map_t::map_uri_to_worker, done without a match [Thu Dec 16 12:35:48 2004] [jk_isapi_plugin.c (606)]: In HttpFilterProc test Default redirection of /jakarta/isapi_redirect.dll [Thu Dec 16 12:35:48 2004] [jk_uri_worker_map.c (351)]: Into jk_uri_worker_map_t::map_uri_to_worker [Thu Dec 16 12:35:48 2004] [jk_uri_worker_map.c (368)]: Attempting to map URI '/jakarta/isapi_redirect.dll' [Thu Dec 16 12:35:48 2004] [jk_uri_worker_map.c (456)]: jk_uri_worker_map_t::map_uri_to_worker, done without a match [Thu Dec 16 12:35:48 2004] [jk_isapi_plugin.c (630)]: HttpFilterProc [/jakarta/isapi_redirect.dll] is not a servlet url [Thu Dec 16 12:35:48 2004] [jk_isapi_plugin.c (639)]: HttpFilterProc check if [/jakarta/isapi_redirect.dll] is points to the web-inf directory [Thu Dec 16 12:35:48 2004] [jk_isapi_plugin.c (679)]: HttpExtensionProc started [Thu Dec 16 12:35:48 2004] [jk_worker.c (123)]: Into wc_get_worker_for_name ajp12 [Thu Dec 16 12:35:48 2004] [jk_worker.c (127)]: wc_get_worker_for_name, done found a worker [Thu Dec 16 12:35:48 2004] [jk_isapi_plugin.c (701)]: HttpExtensionProc got a worker for name ajp12 [Thu Dec 16 12:35:48 2004] [jk_ajp12_worker.c (223)]: Into jk_worker_t::get_endpoint [Thu Dec 16 12:35:48 2004] [jk_ajp12_worker.c (121)]: Into jk_endpoint_t::service [Thu Dec 16 12:35:48 2004] [jk_connect.c (108)]: Into jk_open_socket [Thu Dec 16 12:35:48 2004] [jk_connect.c (115)]: jk_open_socket, try to connect socket = 5256 [Thu Dec 16 12:35:50 2004] [jk_connect.c (124)]: jk_open_socket, after connect ret = -1 [Thu Dec 16 12:35:50 2004] [jk_connect.c (143)]: jk_open_socket, connect() failed errno = 61 [Thu Dec 16 12:35:50 2004] [jk_ajp12_worker.c (134)]: In jk_endpoint_t::service, sd = -1 [Thu Dec 16 12:35:50 2004] [jk_ajp12_worker.c (152)]: In jk_endpoint_t::service, Error sd = -1 [Thu Dec 16 12:35:50 2004] [jk_isapi_plugin.c (716)]: HttpExtensionProc error, service() failed [Thu Dec 16 12:35:50 2004] [jk_ajp12_worker.c (163)]: Into jk_endpoint_t::done --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]