Hi, >From my client interface Iam taking the message of my servlet from outputstream which has written by servlet(by out.println)incase of connection broken during uploading and then my client pop up a dialogbox of connection broken to inform user.My application architecture is Tomcat is install on WinNT4.0 which is centralised server on local area and swing client is install on different user's computer which is also on local area,Now my all user uploading file on remote destination using swing client through Tomcat server. I want to say that both server and client on local area and user uploading file on remote destination.
Regards Bikash --- Jason Bainbridge <[EMAIL PROTECTED]> wrote: > On Wed, 25 Jun 2003 14:24, Bikash Paul wrote: > > am using tomcat4.1.24 for my uploading > > software(swing for client interface and > servlet).Iam > > facing problem with connection broken,During > uploading > > of file if connection between local computer and > > remote computer broken then my software will give > a > > message to user through pop up dialog box,but that > > dialog box appears after 3 or 4 minitues of > connection > > broken that means as per my idea that Tomcat > realease > > the connection after 3 or 4 minitues of connection > > broken > > Are you sure it isn't your Swing application doing > this? How are you checking > for a connection timeout on the client side? > > Regards, > -- > Jason Bainbridge > http://jblinux.org > > --------------------------------------------------------------------- > To unsubscribe, e-mail: > [EMAIL PROTECTED] > For additional commands, e-mail: > [EMAIL PROTECTED] > __________________________________ Do you Yahoo!? SBC Yahoo! DSL - Now only $29.95 per month! http://sbc.yahoo.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
