Return-Path: Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: (qmail 57406 invoked from network); 27 Oct 2009 16:01:49 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 27 Oct 2009 16:01:49 -0000 Received: (qmail 18225 invoked by uid 500); 27 Oct 2009 16:01:45 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 18151 invoked by uid 500); 27 Oct 2009 16:01:45 -0000 Mailing-List: contact users-help@tomcat.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Tomcat Users List" Delivered-To: mailing list users@tomcat.apache.org Received: (qmail 18140 invoked by uid 99); 27 Oct 2009 16:01:45 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 27 Oct 2009 16:01:45 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of georges@mhsoftware.com designates 209.169.14.178 as permitted sender) Received: from [209.169.14.178] (HELO mail.mhsoftware.com) (209.169.14.178) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 27 Oct 2009 16:01:34 +0000 Received: from emp00 (c-98-245-43-227.hsd1.co.comcast.net [98.245.43.227]) (using TLSv1 with cipher RC4-MD5 (128/128 bits)) (No client certificate requested) by mail.mhsoftware.com (Postfix) with ESMTPSA id E6290667A5 for ; Tue, 27 Oct 2009 10:01:12 -0600 (MDT) From: "George Sexton" To: "'Tomcat Users List'" References: <4AE71830.5040405@pirsig.net> In-Reply-To: <4AE71830.5040405@pirsig.net> Subject: RE: Force Connection Close Date: Tue, 27 Oct 2009 10:01:11 -0600 Message-ID: <09f101ca571e$b4b4e5b0$1e1eb110$@com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 12.0 Content-Language: en-us Thread-Index: AcpXHiEi78MgwFjnQMGat/Sqt0eZlwAAG7cw X-Virus-Checked: Checked by ClamAV on apache.org 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:alex@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 > > 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-unsubscribe@tomcat.apache.org > For additional commands, e-mail: users-help@tomcat.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org For additional commands, e-mail: users-help@tomcat.apache.org