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

Reply via email to