Return-Path: Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: (qmail 20932 invoked from network); 27 Apr 2008 10:51:59 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 27 Apr 2008 10:51:59 -0000 Received: (qmail 38600 invoked by uid 500); 27 Apr 2008 10:51:47 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 38564 invoked by uid 500); 27 Apr 2008 10:51:47 -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 38553 invoked by uid 99); 27 Apr 2008 10:51:47 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 27 Apr 2008 03:51:47 -0700 X-ASF-Spam-Status: No, hits=2.6 required=10.0 tests=DNS_FROM_OPENWHOIS,SPF_HELO_PASS,SPF_PASS,WHOIS_MYPRIVREG X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of lists@nabble.com designates 216.139.236.158 as permitted sender) Received: from [216.139.236.158] (HELO kuber.nabble.com) (216.139.236.158) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 27 Apr 2008 10:51:02 +0000 Received: from isper.nabble.com ([192.168.236.156]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1Jq4TT-000554-9c for users@tomcat.apache.org; Sun, 27 Apr 2008 03:51:15 -0700 Message-ID: <16922484.post@talk.nabble.com> Date: Sun, 27 Apr 2008 03:51:15 -0700 (PDT) From: darinpope To: users@tomcat.apache.org Subject: Re: CPong error In-Reply-To: <481433E5.8050009@kippdata.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: darin@planetpope.com References: <16918132.post@talk.nabble.com> <481433E5.8050009@kippdata.de> X-Virus-Checked: Checked by ClamAV on apache.org With this release, we were adding in some timeouts based on the recommendations from http://tomcat.apache.org/connectors-doc/generic_howto/timeouts.html http://tomcat.apache.org/connectors-doc/generic_howto/timeouts.html Previously, our workers.properties looked like: worker.template-worker.type=ajp13 worker.template-worker.lbfactor=1 worker.810ED18641A24B1784CF0575992D73C7.reference=worker.template-worker worker.810ED18641A24B1784CF0575992D73C7.host=192.168.1.100 worker.810ED18641A24B1784CF0575992D73C7.port=8209 and the AJP connector: What was happening is sometimes we would have some Tomcat threads "hung" (never finished processing) and the Apache connections never released, causing our site to stop responding. That's why I first put in the AJP connectionTimeout. Then I started tweaking the workers.properties setting based on the Timeout HOWTO. If those are not necessary or if I'm tuning incorrectly for Windows, can you give me some better settings to try? Thanks, Darin -- View this message in context: http://www.nabble.com/CPong-error-tp16918132p16922484.html Sent from the Tomcat - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org For additional commands, e-mail: users-help@tomcat.apache.org