Hi George,

thanks for the reply, I thought 6sec == 6000ms. Is the Documentation wrong because I found the following in

http://tomcat.apache.org/tomcat-6.0-doc/config/http.html|
|connectionTimeout -> The number of milliseconds this *Connector* will wait, after accepting a connection, for the request URI line to be presented. The default value is 60000 (i.e. 60 seconds).

So 6000ms == 6sec am I right?

Regards,

Alex

George Sexton wrote:
So, you have your connection timeout set to 6000 seconds. Did you wait that
long? 1 Hour 40 minutes?

George Sexton
MH Software, Inc.
http://www.mhsoftware.com/
Voice: 303 438 9585
-----Original Message-----
From: Alexander Pirsig [mailto:a...@pirsig.net]
Sent: Tuesday, October 27, 2009 9:57 AM
To: users@tomcat.apache.org
Subject: Force Connection Close

Hi,

I have have a question regarding the connectionTimeout. If I start a
telnet session on our http-connector

telnet localhost 8080
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
<----

Connections never get reset. Is there a problem with the timeout value?
Enclosed is my Connector configuration

<Connector port="8080"
               emptySessionPath="true"
               enableLookups="false"
               scheme="http" secure="false"
               acceptCount="500"
               debug="0"
               maxThreads="1000"
               keepAliveTimeout="700"
               maxKeepAliveRequests="50"
               threadPriority="10"
               compression="off"
               connectionTimeout="6000" disableUploadTimeout="true"/>

Is there a way to send a RST-Package to the client after some time I
know there is a option in Apache.

Regards,

Alex

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org




---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to