> From: Thom Hehl [mailto:[EMAIL PROTECTED] 
> Subject: Re: Threads and SocketException
> 
> The issue is that this works just fine when not running inside of 
> Tomcat. Any ideas what runing inside of a servlet 
> context-spawned thread can cause this kind of error?

A connection reset exception is frequently caused by the other end
disconnecting.  You code should expect this and handle it in an
appropriate fashion.  You may need to use something like Ethereal to see
what's happening on the wire between your thread and whatever it's
talking to.

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY
MATERIAL and is thus for use only by the intended recipient. If you
received this in error, please contact the sender and delete the e-mail
and its attachments from all computers.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to