RE: Who ate my "Connection reset by peer" SocketException?

2011-08-04 Thread Debashis Roy
reliably? I am already using the header Pragma: no-cache. > Date: Thu, 4 Aug 2011 14:01:16 -0400 > From: dcker...@verizon.net > To: users@tomcat.apache.org > Subject: Re: Who ate my "Connection reset by peer" SocketException? > > On 8/4/2011 1:38 PM, Debashis Roy wrote

Re: Who ate my "Connection reset by peer" SocketException?

2011-08-04 Thread David kerber
"Connection reset by peer" SocketException? Debashis Roy wrote: Hi, Trying something which involves catching the "Connection reset by peer" SocketException. Below is the code snippet from my servlet with explanatory comments. Does anyone have any idea as to what is happening?

RE: Who ate my "Connection reset by peer" SocketException?

2011-08-04 Thread Debashis Roy
Nothing in between browser and tomcat... direct connection from IE to 8080. > Date: Thu, 4 Aug 2011 18:19:58 +0200 > From: a...@ice-sa.com > To: users@tomcat.apache.org > Subject: Re: Who ate my "Connection reset by peer" SocketException? > > Debashis Roy wr

Re: Who ate my "Connection reset by peer" SocketException?

2011-08-04 Thread André Warnier
Debashis Roy wrote: Hi, Trying something which involves catching the "Connection reset by peer" SocketException. Below is the code snippet from my servlet with explanatory comments. Does anyone have any idea as to what is happening? try { byte [] bytes = getContentBytes(); //read the actua

Who ate my "Connection reset by peer" SocketException?

2011-08-04 Thread Debashis Roy
Hi, Trying something which involves catching the "Connection reset by peer" SocketException. Below is the code snippet from my servlet with explanatory comments. Does anyone have any idea as to what is happening? try { byte [] bytes = getContentBytes(); //read the actual bytes of the conten