How I can slove this problem??

2003-06-24 Thread Bikash Paul
Hi all friends, I 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 d

Re: How I can slove this problem??

2003-06-24 Thread Kwok Peng Tuck
For the connector you can specify a new attribute : |'disableUploadTimeout="true"' which apparently allows the servlet container to use a different longer connection timeout while a servlet is being executed (well that's what the docs say). I'm not sure where we can actually specify the 'differe

Re: How I can slove this problem??

2003-06-25 Thread Bikash Paul
Hi, I have tried to add 'disableUploadTimeout="true"' in connector element of server.xml file, but couldn't slove my problem.Any one have any idea how i can slove this problem.Eagerly waiting for someone reply. Regards Bikash --- Kwok Peng Tuck <[EMAIL PROTECTED]> wrote: > For the connector you

Re: How I can slove this problem??

2003-06-25 Thread Jason Bainbridge
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 g

Re: How I can slove this problem??

2003-06-26 Thread Bikash Paul
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 o