The moose likes Tomcat and the fly likes Query on Connection Time Out?? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Products » Tomcat
Reply Bookmark "Query on Connection Time Out??" Watch "Query on Connection Time Out??" New topic
Author

Query on Connection Time Out??

Bikash Paul
Ranch Hand

Joined: Dec 04, 2001
Posts: 340
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 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 .I have tried to rectify by configuring Connector element of server.xml file but couldn't slove my problem.Can any plz guide me am I correct that the delay in appearing of dialog box in case of connection broken due to below configuration of Tomcat in server.xml file or it may be due to any other reason.
<Connector className="org.apache.catalina.connector.http.HttpConnector"port="8080" minProcessors="5" maxProcessors="75" enableLookups="true" redirectPort="8443" debug="0" connectionTimeout="0"/>
Regards
Bikash
[ June 20, 2003: Message edited by: Bikash Paul ]
 
 
subject: Query on Connection Time Out??
 
Threads others viewed
Uploading LARGE files using Tomcat4.0
How I can Prevent when file in use??
Help Plz (Urgent)
Configuring server.xml in Tomcat 3
Connection Broken & Check??
MyEclipse, The Clear Choice