RE: Suppress "Connection reset by peer: socket write error".

2005-10-19 Thread Robert Graf-Waczenski
ur web requests are > > served by a servlet, you have to add the try/catch > > block to the servlet > > class, too. > > > > Robert > > > > > -Original Message- > > > From: Dola Woolfe [mailto:[EMAIL PROTECTED] > > > Sent: Friday, O

RE: Suppress "Connection reset by peer: socket write error".

2005-10-18 Thread Dola Woolfe
class, too. > > Robert > > > -----Original Message----- > > From: Dola Woolfe [mailto:[EMAIL PROTECTED] > > Sent: Friday, October 14, 2005 8:43 AM > > To: Tomcat Users List > > Subject: RE: Suppress "Connection reset by peer: > socket write er

RE: Suppress "Connection reset by peer: socket write error".

2005-10-13 Thread Robert Graf-Waczenski
vlet class, too. Robert > -Original Message- > From: Dola Woolfe [mailto:[EMAIL PROTECTED] > Sent: Friday, October 14, 2005 8:43 AM > To: Tomcat Users List > Subject: RE: Suppress "Connection reset by peer: socket write error". > > > Hi Robert, > >

RE: Suppress "Connection reset by peer: socket write error".

2005-10-13 Thread Dola Woolfe
ace analysis > above is > perfect. The other down side of this approach is > that future > versions of Java and/or Tomcat may change the > exception message > texts and/or the structure of the stack trace. But > currently > (JDK 1.5 / Tomcat 5.5) this approach does what was > i

RE: Suppress "Connection reset by peer: socket write error".

2005-10-13 Thread Robert Graf-Waczenski
nd/or Tomcat may change the exception message texts and/or the structure of the stack trace. But currently (JDK 1.5 / Tomcat 5.5) this approach does what was intended. Robert > -Original Message- > From: Dola Woolfe [mailto:[EMAIL PROTECTED] > Sent: Friday, October 14, 2005 3:17

Re: Suppress "Connection reset by peer: socket write error".

2005-10-13 Thread Dola Woolfe
Hi Bill, Thanks for your answer and sorry for the delay in my reply! I'm using standalong Tomcat 5.5 listening on port 80. I'm using jdk 1.5 on WinXP. I'm not using any special logging. I'm running Tomcat in a console, simply by typing "startup" in tomcat/bin. What I don't want happening is for