Tomcat - Problema conectando tomcat y apache

 
Vista:

Problema conectando tomcat y apache

Publicado por Gustavo Alvarez (3 intervenciones) el 13/05/2005 06:02:47
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
Valora esta pregunta
Me gusta: Está pregunta es útil y esta claraNo me gusta: Está pregunta no esta clara o no es útil
0
Responder

RE:Problema conectando tomcat y apache

Publicado por juan (1 intervención) el 08/09/2005 17:34:06
Hola revisa este articulo de como conectar tomcat con apache tal vez te puede servidor:

http://mygnet.com/?art&id=66
Valora esta respuesta
Me gusta: Está respuesta es útil y esta claraNo me gusta: Está respuesta no esta clara o no es útil
0
Comentar