java.net.SocketException: Connection reset by peer

We are using tomcat for my application. Tomcat is shutdown's freqently with the exception as

Please do some help to solve this problem

ul 11, 2006 4:25:50 PM org.apache.coyote.http11.Http11Protocol pause

INFO: Pausing Coyote HTTP/1.1 on http-5702

Jul 11, 2006 4:25:50 PM org.apache.jk.common.ChannelSocket acceptConnections

WARNING: Exception executing accept

java.net.SocketException: Connection reset by peer

at java.net.PlainSocketImpl.socketSetOption(Native Method)

at java.net.PlainSocketImpl.setOption(PlainSocketImpl.java:240)

at java.net.Socket.setTcpNoDelay(Socket.java:771)

at org.apache.jk.common.ChannelSocket.accept(ChannelSocket.java:304)

at org.apache.jk.common.ChannelSocket.acceptConnections(ChannelSocket.java:638)

at org.apache.jk.common.SocketAcceptor.runIt(ChannelSocket.java:847)

at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:683)

at java.lang.Thread.run(Thread.java:552)

Jul 11, 2006 4:25:51 PM org.apache.catalina.core.StandardService stop

INFO: Stopping service Catalina

NFO: Stopping service Catalina

Jul 11, 2006 4:25:51 PM org.apache.catalina.core.StandardHostDeployer remove

INFO: Removing web application at context path /webgia_old

Jul 11, 2006 4:25:51 PM org.apache.catalina.core.StandardHostDeployer remove

INFO: Removing web application at context path /webgia

Calling destroy from TempoEnclosurePoolInitializer

DONE closingTempoEnclosureManager :

DONE closingTempoEnclosurePool:

Calling destroy from LogManagerServlet

Jul 11, 2006 4:25:51 PM org.apache.catalina.core.StandardHostDeployer remove

INFO: Removing web application at context path /admin

Jul 11, 2006 4:25:51 PM org.apache.catalina.logger.LoggerBase stop

INFO: unregistering logger Catalina:type=Logger,path=/admin,host=localhost

[1942 byte] By [mohangupta_chegua] at [2007-10-3 0:21:44]
# 1
The client is resetting the connection immediately it has connected, possibly because it is messing around with Socket.setSoLinger() which it shouldn't do. Are you in control of the client?
ejpa at 2007-7-14 17:13:30 > top of Java-index,Archived Forums,Socket Programming...
# 2
If the server terminates frequently, that is very problem. Is there any solution resolve
mohangupta_chegua at 2007-7-14 17:13:30 > top of Java-index,Archived Forums,Socket Programming...
# 3
If server goes down frequently, it is very problem to us. Can you give any suggestion to solve this problem
mohangupta_chegua at 2007-7-14 17:13:30 > top of Java-index,Archived Forums,Socket Programming...
# 4
I've given you a suggestion and I've also asked a question which you haven't answered.
ejpa at 2007-7-14 17:13:30 > top of Java-index,Archived Forums,Socket Programming...