- 论坛徽章:
- 0
|
[求助]配置Apache和Tomcat整合时为什么出现404错误?
下面是mod_jk.log的信息。
----------------------------------------------
[Sun Jun 06 06:56:06 2004] [jk_uri_worker_map.c (477)]: Attempting to map URI '/bbs/index.jsp'
[Sun Jun 06 06:56:06 2004] [jk_uri_worker_map.c (55 ]: jk_uri_worker_map_t::map_uri_to_worker, Found a suffix match ajp13 ->; *.jsp
[Sun Jun 06 06:56:06 2004] [jk_worker.c (132)]: Into wc_get_worker_for_name ajp13
[Sun Jun 06 06:56:06 2004] [jk_worker.c (136)]: wc_get_worker_for_name, done found a worker
[Sun Jun 06 06:56:06 2004] [jk_ajp_common.c (1546)]: Into jk_worker_t::get_endpoint
[Sun Jun 06 06:56:06 2004] [jk_ajp_common.c (120 ]: Into jk_endpoint_t::service
[Sun Jun 06 06:56:06 2004] [jk_ajp_common.c (295)]: Into ajp_marshal_into_msgb
[Sun Jun 06 06:56:06 2004] [jk_ajp_common.c (463)]: ajp_marshal_into_msgb - Done
[Sun Jun 06 06:56:06 2004] [jk_connect.c (15 ]: Into jk_open_socket
[Sun Jun 06 06:56:06 2004] [jk_connect.c (165)]: jk_open_socket, try to connect socket = 7
[Sun Jun 06 06:56:06 2004] [jk_connect.c (174)]: jk_open_socket, after connect ret = 0
[Sun Jun 06 06:56:06 2004] [jk_connect.c (183)]: jk_open_socket, set TCP_NODELAY to on
[Sun Jun 06 06:56:06 2004] [jk_connect.c (200)]: jk_open_socket, return, sd = 7
[Sun Jun 06 06:56:06 2004] [jk_ajp_common.c (661)]: In jk_endpoint_t::ajp_connect_to_endpoint, connected sd = 7
[Sun Jun 06 06:56:06 2004] [jk_ajp_common.c (693)]: sending to ajp13 #553
[Sun Jun 06 06:56:06 2004] [jk_ajp_common.c (966)]: ajp_send_request 2: request body to send 0 - request body to resend 0
[Sun Jun 06 06:56:06 2004] [jk_ajp_common.c (804)]: received from ajp13 #41
[Sun Jun 06 06:56:06 2004] [jk_ajp_common.c (515)]: ajp_unmarshal_response: status = 404
[Sun Jun 06 06:56:06 2004] [jk_ajp_common.c (521)]: ajp_unmarshal_response: Number of headers is = 2
[Sun Jun 06 06:56:06 2004] [jk_ajp_common.c (575)]: ajp_unmarshal_response: Header[0] [Content-Type] = [text/html]
[Sun Jun 06 06:56:06 2004] [jk_ajp_common.c (575)]: ajp_unmarshal_response: Header[1] [Content-Language] = [en-US]
[Sun Jun 06 06:56:06 2004] [jk_ajp_common.c (804)]: received from ajp13 #711
[Sun Jun 06 06:56:06 2004] [jk_ajp_common.c (804)]: received from ajp13 #2
[Sun Jun 06 06:56:06 2004] [jk_ajp_common.c (1521)]: Into jk_endpoint_t::done, recycling connection
[Sun Jun 06 06:56:06 2004] [jk_uri_worker_map.c (460)]: Into jk_uri_worker_map_t::map_uri_to_worker
[Sun Jun 06 06:56:06 2004] [jk_uri_worker_map.c (477)]: Attempting to map URI '/favicon.ico'
[Sun Jun 06 06:56:06 2004] [jk_uri_worker_map.c (599)]: jk_uri_worker_map_t::map_uri_to_worker, done without a match
[Sun Jun 06 06:56:09 2004] [jk_uri_worker_map.c (460)]: Into jk_uri_worker_map_t::map_uri_to_worker
[Sun Jun 06 06:56:09 2004] [jk_uri_worker_map.c (477)]: Attempting to map URI '/favicon.ico'
[Sun Jun 06 06:56:09 2004] [jk_uri_worker_map.c (599)]: jk_uri_worker_map_t::map_uri_to_worker, done without a match |
|