The "connection reset by peer" message is an information log from Tomcat.
The way to avoid these messages in the log, you can set the log level to
a higher value in the server.xml file.

Surely you have a line like

<Logger name="tc_log" verbosityLevel = "WARNING"/>

in your conf/server.xml file.

Try to use ERROR instead of WARNING. :-)

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to