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 ]