Using Tomcat 4.0.6, Apache 1.3.27, connected via mod_jk: I get an internal server error when attempting to execute a JSP. Upon reading my mod_jk.log, this's what I see:
[Thu Oct 17 15:16:23 2002] [jk_connect.c (143)]: jk_open_socket, connect() failed errno = 111 [Thu Oct 17 15:16:23 2002] [jk_ajp13_worker.c (196)]: In jk_endpoint_t::connect_to_tomcat, failed errno = 111 [Thu Oct 17 15:16:23 2002] [jk_ajp13_worker.c (635)]: Error connecting to the Tomcat process. [Thu Oct 17 15:16:23 2002] [jk_ajp13_worker.c (848)]: In jk_endpoint_t::service, send_request failed in send loop 0 [Thu Oct 17 15:16:23 2002] [jk_connect.c (143)]: jk_open_socket, connect() failed errno = 111 [Thu Oct 17 15:16:23 2002] [jk_ajp13_worker.c (196)]: In jk_endpoint_t::connect_to_tomcat, failed errno = 111 [Thu Oct 17 15:16:23 2002] [jk_ajp13_worker.c (635)]: Error connecting to the Tomcat process. [Thu Oct 17 15:16:23 2002] [jk_ajp13_worker.c (848)]: In jk_endpoint_t::service, send_request failed in send loop 1 [Thu Oct 17 15:16:23 2002] [jk_connect.c (143)]: jk_open_socket, connect() failed errno = 111 [Thu Oct 17 15:16:23 2002] [jk_ajp13_worker.c (196)]: In jk_endpoint_t::connect_to_tomcat, failed errno = 111 [Thu Oct 17 15:16:23 2002] [jk_ajp13_worker.c (635)]: Error connecting to the Tomcat process. [Thu Oct 17 15:16:23 2002] [jk_ajp13_worker.c (848)]: In jk_endpoint_t::service, send_request failed in send loop 2 I'm not exactly sure why it's saying this. DocumentRoot: /data/www/docs/examples Is there something I need to set in the server.xml file? Thanks -- To unsubscribe, e-mail: <mailto:tomcat-user-unsubscribe@;jakarta.apache.org> For additional commands, e-mail: <mailto:tomcat-user-help@;jakarta.apache.org>
