Return-Path: Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: (qmail 54298 invoked from network); 1 Jul 2009 03:37:50 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 1 Jul 2009 03:37:50 -0000 Received: (qmail 67380 invoked by uid 500); 1 Jul 2009 03:37:57 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 67300 invoked by uid 500); 1 Jul 2009 03:37:55 -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 67289 invoked by uid 99); 1 Jul 2009 03:37:55 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 01 Jul 2009 03:37:55 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of straightflush@gmail.com designates 74.125.92.150 as permitted sender) Received: from [74.125.92.150] (HELO qw-out-1920.google.com) (74.125.92.150) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 01 Jul 2009 03:37:47 +0000 Received: by qw-out-1920.google.com with SMTP id 5so357032qwc.12 for ; Tue, 30 Jun 2009 20:37:26 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type:content-transfer-encoding; bh=FVHzwcgV6ugQgEi1BYGv2LUQuEE3oarnkplFCbqB/VM=; b=cjsDfpaISMDk0iwffwcfma7ao3ZY+Exp3W2rlKHSE25oUVioZfrD6qdcdiUxawh7tm loVxMhRdufoUbCuaOTSNSTr1+4DsCyro4V+ch8ZyVwIwwW1jBKa/Uk3KAFhK5V7XmWBf eRMRTQitHDM6Qc805w5pzmIelgSe/2ssFTZpU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type :content-transfer-encoding; b=j8fDZI/0GANzckr9ml/BzFZitGzU4qAUCsFBghalVwkCqb5FC4OFIkWCmd+79hGEw5 OgPQ4VfJwnL0UMeX8CIzVnWpD0eMatggBLG+110zeSlm0vQElwAurVbsqbjYkF7APF/B kdUmEkoVdmSCPhfoi3SfPSp+m6/FA+Jeb2rs4= MIME-Version: 1.0 Received: by 10.224.47.143 with SMTP id n15mr4744406qaf.6.1246419446248; Tue, 30 Jun 2009 20:37:26 -0700 (PDT) Date: Tue, 30 Jun 2009 23:37:26 -0400 Message-ID: Subject: DBCP and Firewall timeouts From: AD To: Tomcat Users List Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Hello, We have a tomcat 5.5 server and a mysql 5.1 database sitting between a firewall. The firewall times out connections after 60 minutes. We tried setting the minEvictableIdleTimeMillis to be 30 minutes but we are still seeing these timeouts. Is there a recommended config of ensuring the connection pool connections either get cleanly terminated or are sanity checked for proper connectivity? We are using JRuby/Tomcat/Rails and are seeing a lot of timeouts after inactivity in the app. Thanks AD --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org For additional commands, e-mail: users-help@tomcat.apache.org