You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Bikash Paul <bi...@yahoo.com> on 2003/06/20 08:47:02 UTC

Query on Connection Time out??

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
    

__________________________________
Do you Yahoo!?
SBC Yahoo! DSL - Now only $29.95 per month!
http://sbc.yahoo.com

---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org