You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Barnabas Yohannes <yo...@hotmail.com> on 2001/08/10 23:18:48 UTC

connection is failing

Tom cat is failing and giving me the following errors:

In mod_Jk.log file

[jk_ajp13_worker.c (203)]: connection_tcp_get_message: Error -
jk_tcp_socket_reset_recvfull failed

This error is logged many times

Any help will be appreciated.


Re: connection is failing

Posted by matt <ma...@paycom.net>.
Hey all,
    When I do a netstat on my server I am getting between 25 and 30
TIME_WAIT sockets from my localhost to localhost all looking like these
examples;

tcp        0      0 127.0.0.1:8007          127.0.0.1:38834
TIME_WAIT
tcp        0      0 127.0.0.1:8007          127.0.0.1:38828
TIME_WAIT
tcp        0      0 127.0.0.1:8007          127.0.0.1:38816
TIME_WAIT

Does anyone know if this is normal? Should I be concerned? All help is
much appreciated.

-matt


RE: connection is failing

Posted by Satyan Nair <sa...@cobite.com>.
hello friends...
i want to serve my servlets and jsps from apache using tomcat4....

is there any documentation available for tomcat4 with apache...

take care..