I am getting the following errors when I try and load a servlet from the 
webapps/servlets directory...

2001-03-19 09:23:06 - Ctx( /servlets ): 404 R( /servlets +/HelloWorldExample 
+ null) null
2001-03-19 09:24:29 - Ctx( /servlets ): 404 R( /servlets + /SessionExample + 
null) null

Here is the mod_jk.log file when I try and load the HelloWorldExample servlet:

[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 ajp13
[jk_worker.c (123)]: Into wc_get_worker_for_name ajp13
[jk_worker.c (127)]: wc_get_worker_for_name, done  found a worker
[jk_ajp13_worker.c (653)]: Into jk_worker_t::get_endpoint
[jk_ajp13_worker.c (538)]: Into jk_endpoint_t::service
[jk_ajp13.c (346)]: Into ajp13_marshal_into_msgb
[jk_ajp13.c (480)]: ajp13_marshal_into_msgb - Done
[jk_connect.c (108)]: Into jk_open_socket
[jk_connect.c (115)]: jk_open_socket, try to connect socket = 11
[jk_connect.c (124)]: jk_open_socket, after connect ret = 0
[jk_connect.c (132)]: jk_open_socket, set TCP_NODELAY to on
[jk_connect.c (140)]: jk_open_socket, return, sd = 11
[jk_ajp13_worker.c (166)]: In jk_endpoint_t::connect_to_tomcat, connected sd 
= 11
[jk_ajp13.c (527)]: ajp13_unmarshal_response: status = 404
[jk_ajp13.c (534)]: ajp13_unmarshal_response: Number of headers is = 2
[jk_ajp13.c (576)]: ajp13_unmarshal_response: Header[0] [Content-Type] = 
[text/html]
[jk_ajp13.c (576)]: ajp13_unmarshal_response: Header[1] [Content-Length] = 
[201]
[jk_ajp13_worker.c (491)]: Into jk_endpoint_t::done

Reply via email to