You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Mark Hutchinson <ma...@hotmail.com> on 2002/06/29 00:11:36 UTC

Does this log file from jk_mod show any problems?

I am getting a 404 error on a virtual host. This is what I am getting for 
jk_mod logs:

[Fri Jun 28 15:36:35 2002]  [jk_uri_worker_map.c (447)]: Into 
jk_uri_worker_map_t::map_uri_to_worker
[Fri Jun 28 15:36:35 2002]  [jk_uri_worker_map.c (464)]: Attempting to map 
URI '/english/signup/splash.jsp'
[Fri Jun 28 15:36:35 2002]  [jk_uri_worker_map.c (529)]: 
jk_uri_worker_map_t::map_uri_to_worker, Found a suffix match ajp13 -> *.jsp
[Fri Jun 28 15:36:35 2002]  [jk_worker.c (132)]: Into wc_get_worker_for_name 
ajp13
[Fri Jun 28 15:36:35 2002]  [jk_worker.c (136)]: wc_get_worker_for_name, 
done  found a worker
[Fri Jun 28 15:36:35 2002]  [jk_ajp_common.c (1352)]: Into 
jk_worker_t::get_endpoint
[Fri Jun 28 15:36:35 2002]  [jk_ajp_common.c (1075)]: Into 
jk_endpoint_t::service
[Fri Jun 28 15:36:35 2002]  [jk_ajp_common.c (280)]: Into 
ajp_marshal_into_msgb
[Fri Jun 28 15:36:35 2002]  [jk_ajp_common.c (413)]: ajp_marshal_into_msgb - 
Done
[Fri Jun 28 15:36:35 2002]  [jk_ajp_common.c (612)]: sending to ajp13 #483
[Fri Jun 28 15:36:35 2002]  [jk_ajp_common.c (853)]: ajp_send_request 2: 
request body to send 0 - request body to resend 0
[Fri Jun 28 15:36:35 2002]  [jk_ajp_common.c (698)]: received from ajp13 #31
[Fri Jun 28 15:36:35 2002]  [jk_ajp_common.c (461)]: ajp_unmarshal_response: 
status = 404
[Fri Jun 28 15:36:35 2002]  [jk_ajp_common.c (466)]: ajp_unmarshal_response: 
Number of headers is = 1
[Fri Jun 28 15:36:35 2002]  [jk_ajp_common.c (506)]: ajp_unmarshal_response: 
Header[0] [Content-Type] = [text/html]
[Fri Jun 28 15:36:35 2002]  [jk_ajp_common.c (698)]: received from ajp13 
#655
[Fri Jun 28 15:36:35 2002]  [jk_ajp_common.c (698)]: received from ajp13 #2
[Fri Jun 28 15:36:35 2002]  [jk_ajp_common.c (1307)]: Into 
jk_endpoint_t::done



_________________________________________________________________
MSN Photos is the easiest way to share and print your photos: 
http://photos.msn.com/support/worldwide.aspx


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: Does this log file from jk_mod show any problems?

Posted by Liam Morley <lm...@gdc.wpi.edu>.
Mark,
are you using jk1 or jk2? what version of tomcat are you using? if 
you're using jk2 on tomcat 4.1.3, it looks like you're getting much 
further in jk than I am.

Liam Morley

Mark Hutchinson wrote:

> I am getting a 404 error on a virtual host. This is what I am getting 
> for jk_mod logs:
>
> [Fri Jun 28 15:36:35 2002]  [jk_uri_worker_map.c (447)]: Into 
> jk_uri_worker_map_t::map_uri_to_worker
> [Fri Jun 28 15:36:35 2002]  [jk_uri_worker_map.c (464)]: Attempting to 
> map URI '/english/signup/splash.jsp'
> [Fri Jun 28 15:36:35 2002]  [jk_uri_worker_map.c (529)]: 
> jk_uri_worker_map_t::map_uri_to_worker, Found a suffix match ajp13 -> 
> *.jsp
> [Fri Jun 28 15:36:35 2002]  [jk_worker.c (132)]: Into 
> wc_get_worker_for_name ajp13
> [Fri Jun 28 15:36:35 2002]  [jk_worker.c (136)]: 
> wc_get_worker_for_name, done  found a worker
> [Fri Jun 28 15:36:35 2002]  [jk_ajp_common.c (1352)]: Into 
> jk_worker_t::get_endpoint
> [Fri Jun 28 15:36:35 2002]  [jk_ajp_common.c (1075)]: Into 
> jk_endpoint_t::service
> [Fri Jun 28 15:36:35 2002]  [jk_ajp_common.c (280)]: Into 
> ajp_marshal_into_msgb
> [Fri Jun 28 15:36:35 2002]  [jk_ajp_common.c (413)]: 
> ajp_marshal_into_msgb - Done
> [Fri Jun 28 15:36:35 2002]  [jk_ajp_common.c (612)]: sending to ajp13 
> #483
> [Fri Jun 28 15:36:35 2002]  [jk_ajp_common.c (853)]: ajp_send_request 
> 2: request body to send 0 - request body to resend 0
> [Fri Jun 28 15:36:35 2002]  [jk_ajp_common.c (698)]: received from 
> ajp13 #31
> [Fri Jun 28 15:36:35 2002]  [jk_ajp_common.c (461)]: 
> ajp_unmarshal_response: status = 404
> [Fri Jun 28 15:36:35 2002]  [jk_ajp_common.c (466)]: 
> ajp_unmarshal_response: Number of headers is = 1
> [Fri Jun 28 15:36:35 2002]  [jk_ajp_common.c (506)]: 
> ajp_unmarshal_response: Header[0] [Content-Type] = [text/html]
> [Fri Jun 28 15:36:35 2002]  [jk_ajp_common.c (698)]: received from 
> ajp13 #655
> [Fri Jun 28 15:36:35 2002]  [jk_ajp_common.c (698)]: received from 
> ajp13 #2
> [Fri Jun 28 15:36:35 2002]  [jk_ajp_common.c (1307)]: Into 
> jk_endpoint_t::done
>
>
>
> _________________________________________________________________
> MSN Photos is the easiest way to share and print your photos: 
> http://photos.msn.com/support/worldwide.aspx
>
>
> -- 
> To unsubscribe, e-mail:   
> <ma...@jakarta.apache.org>
> For additional commands, e-mail: 
> <ma...@jakarta.apache.org>
>
>
>



--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>