Problema conectando tomcat con apache
Publicado por Gustavo Alvarez (1 intervención) el 13/05/2005 06:01:58
Hola, estoy tratando de conectar tomcat y apache, las versiones son tomcat 5.0.28 y apache 2.0.54, por separado funcionan perfectamente pero cuando lenvio una peticion de una pagina jsp a apache, me genera un error en el log file:
[Thu May 12 23:40:02 2005] [info] jk_handler::mod_jk.c (1978): Service error=0 for worker=ajp13
[Thu May 12 23:47:17 2005] [info] jk_open_socket::jk_connect.c (433): connect to 127.0.0.1:8009 failed with errno=111
[Thu May 12 23:47:17 2005] [info] ajp_connect_to_endpoint::jk_ajp_common.c (892): Failed opening socket to (127.0.0.1:8009) with (errno=111)
[Thu May 12 23:47:17 2005] [info] ajp_send_request::jk_ajp_common.c (1248): Error connecting to the Tomcat process.
[Thu May 12 23:47:17 2005] [info] ajp_service::jk_ajp_common.c (1746): Sending request to tomcat failed, recoverable operation attempt=1
[Thu May 12 23:47:17 2005] [info] jk_open_socket::jk_connect.c (433): connect to 127.0.0.1:8009 failed with errno=111
[Thu May 12 23:47:17 2005] [info] ajp_connect_to_endpoint::jk_ajp_common.c (892): Failed opening socket to (127.0.0.1:8009) with (errno=111)
[Thu May 12 23:47:17 2005] [info] ajp_send_request::jk_ajp_common.c (1248): Error connecting to the Tomcat process.
[Thu May 12 23:47:17 2005] [info] ajp_service::jk_ajp_common.c (1746): Sending request to tomcat failed, recoverable operation attempt=2
[Thu May 12 23:47:17 2005] [info] jk_open_socket::jk_connect.c (433): connect to 127.0.0.1:8009 failed with errno=111
[Thu May 12 23:47:17 2005] [info] ajp_connect_to_endpoint::jk_ajp_common.c (892): Failed opening socket to (127.0.0.1:8009) with (errno=111)
[Thu May 12 23:47:17 2005] [info] ajp_send_request::jk_ajp_common.c (1248): Error connecting to the Tomcat process.
[Thu May 12 23:47:17 2005] [info] ajp_service::jk_ajp_common.c (1746): Sending request to tomcat failed, recoverable operation attempt=3
[Thu May 12 23:47:17 2005] [error] ajp_service::jk_ajp_common.c (1755): Error connecting to tomcat. Tomcat is probably not started or is listening on the wrong port. worker=ajp13 failed
[Thu May 12 23:47:17 2005] ajp13 localhost 0.015651
Ya tengo configurado el worker.properties, y he realizado los cambios necesarios en el archivo htpd.conf
Que puedo hacer??
Gracias
Gustavo Alvarez
[Thu May 12 23:40:02 2005] [info] jk_handler::mod_jk.c (1978): Service error=0 for worker=ajp13
[Thu May 12 23:47:17 2005] [info] jk_open_socket::jk_connect.c (433): connect to 127.0.0.1:8009 failed with errno=111
[Thu May 12 23:47:17 2005] [info] ajp_connect_to_endpoint::jk_ajp_common.c (892): Failed opening socket to (127.0.0.1:8009) with (errno=111)
[Thu May 12 23:47:17 2005] [info] ajp_send_request::jk_ajp_common.c (1248): Error connecting to the Tomcat process.
[Thu May 12 23:47:17 2005] [info] ajp_service::jk_ajp_common.c (1746): Sending request to tomcat failed, recoverable operation attempt=1
[Thu May 12 23:47:17 2005] [info] jk_open_socket::jk_connect.c (433): connect to 127.0.0.1:8009 failed with errno=111
[Thu May 12 23:47:17 2005] [info] ajp_connect_to_endpoint::jk_ajp_common.c (892): Failed opening socket to (127.0.0.1:8009) with (errno=111)
[Thu May 12 23:47:17 2005] [info] ajp_send_request::jk_ajp_common.c (1248): Error connecting to the Tomcat process.
[Thu May 12 23:47:17 2005] [info] ajp_service::jk_ajp_common.c (1746): Sending request to tomcat failed, recoverable operation attempt=2
[Thu May 12 23:47:17 2005] [info] jk_open_socket::jk_connect.c (433): connect to 127.0.0.1:8009 failed with errno=111
[Thu May 12 23:47:17 2005] [info] ajp_connect_to_endpoint::jk_ajp_common.c (892): Failed opening socket to (127.0.0.1:8009) with (errno=111)
[Thu May 12 23:47:17 2005] [info] ajp_send_request::jk_ajp_common.c (1248): Error connecting to the Tomcat process.
[Thu May 12 23:47:17 2005] [info] ajp_service::jk_ajp_common.c (1746): Sending request to tomcat failed, recoverable operation attempt=3
[Thu May 12 23:47:17 2005] [error] ajp_service::jk_ajp_common.c (1755): Error connecting to tomcat. Tomcat is probably not started or is listening on the wrong port. worker=ajp13 failed
[Thu May 12 23:47:17 2005] ajp13 localhost 0.015651
Ya tengo configurado el worker.properties, y he realizado los cambios necesarios en el archivo htpd.conf
Que puedo hacer??
Gracias
Gustavo Alvarez
Valora esta pregunta


0