|
Requesting an html file works fine throught the connector. however, if i request a JSP file i get an internal Server error
The log from mod_jk.log shows errno 61 with the JSP request. Any Ideas?
I compiled mod_jk from source after trying the one the article provided, both led to this error:
THanks -Phil phil[AT]spamno.ivesdigital.com
remove spamno. and change [AT] to @ to reply to me. Or just post your reply to the forum for everyone's use.
from Catalina.out
Starting service Java Web Services Developer Pack
Java Web Services Developer Pack/1.0_01-fcs
from mod_jk.log
[Tue Oct 22 12:20:27 2002] [jk_uri_worker_map.c (477)]: Attempting to map URI '/examples/jsp/sessions/carts.html'
[Tue Oct 22 12:20:27 2002] [jk_uri_worker_map.c (599)]: jk_uri_worker_map_t::map_uri_to_worker, done without a match
[Tue Oct 22 12:20:51 2002] [jk_uri_worker_map.c (460)]: Into jk_uri_worker_map_t::map_uri_to_worker
[Tue Oct 22 12:20:51 2002] [jk_uri_worker_map.c (477)]: Attempting to map URI '/examples/jsp/sessions/carts.jsp'
[Tue Oct 22 12:20:51 2002] [jk_uri_worker_map.c (558)]: jk_uri_worker_map_t::map_uri_to_worker, Found a suffix match ajp13 -> *$
[Tue Oct 22 12:20:51 2002] [jk_worker.c (132)]: Into wc_get_worker_for_name ajp13
[Tue Oct 22 12:20:51 2002] [jk_worker.c (136)]: wc_get_worker_for_name, done found a worker
[Tue Oct 22 12:20:51 2002] [jk_ajp_common.c (1391)]: Into jk_worker_t::get_endpoint
[Tue Oct 22 12:20:51 2002] [jk_ajp_common.c (1107)]: Into jk_endpoint_t::service
[Tue Oct 22 12:20:51 2002] [jk_ajp_common.c (295)]: Into ajp_marshal_into_msgb
[Tue Oct 22 12:20:51 2002] [jk_ajp_common.c (432)]: ajp_marshal_into_msgb - Done
[Tue Oct 22 12:20:51 2002] [jk_connect.c (132)]: Into jk_open_socket
[Tue Oct 22 12:20:51 2002] [jk_connect.c (139)]: jk_open_socket, try to connect socket = 8
[Tue Oct 22 12:20:51 2002] [jk_connect.c (148)]: jk_open_socket, after connect ret = -1
[Tue Oct 22 12:20:51 2002] [jk_connect.c (177)]: jk_open_socket, connect() failed errno = 61
[Tue Oct 22 12:20:51 2002] [jk_ajp_common.c (626)]: In jk_endpoint_t::ajp_connect_to_endpoint, failed errno = 61
|