Return-Path: Delivered-To: apmail-tomcat-dev-archive@www.apache.org Received: (qmail 93167 invoked from network); 29 Oct 2010 22:30:51 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 29 Oct 2010 22:30:51 -0000 Received: (qmail 79571 invoked by uid 500); 29 Oct 2010 22:30:51 -0000 Delivered-To: apmail-tomcat-dev-archive@tomcat.apache.org Received: (qmail 79492 invoked by uid 500); 29 Oct 2010 22:30:51 -0000 Mailing-List: contact dev-help@tomcat.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Tomcat Developers List" Delivered-To: mailing list dev@tomcat.apache.org Received: (qmail 79483 invoked by uid 99); 29 Oct 2010 22:30:50 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 29 Oct 2010 22:30:50 +0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of henri.gomez@gmail.com designates 209.85.214.173 as permitted sender) Received: from [209.85.214.173] (HELO mail-iw0-f173.google.com) (209.85.214.173) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 29 Oct 2010 22:30:43 +0000 Received: by iwn36 with SMTP id 36so4369011iwn.18 for ; Fri, 29 Oct 2010 15:30:22 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:date:message-id :subject:from:to:content-type:content-transfer-encoding; bh=H/ViAFiZ+0iWeACJf1BQ2loySTf9iMNY+8wzWX99t6Q=; b=K+fjml4nPVRiY8roQXrI+vMe5DS3wIYh4M8FcMazT7kqJ0N48deNq2TMPaPbaVoaag 1JJ1R+lX1xE7XruPZAv1jQrhbEjUjaPiwD5BbhRpF2yS+Wk1AmA/jfh4JOSxJjjVhH24 RMQRmqZbqrDe68O8ji08Nwp9IKS2Cph+nI+7E= 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=hBbqWzvo+jvgr3Qpe9gt0ORkUnVRRaHDwAVNDWn87TbamtjXW3BG9B86py2ggsGsT6 ngmC6RXozJo+Qt3Qa3BepeNs+6aE1/1bIwbEFNpSxaABDOmsoXa1Rf2Yn/ODuqKC11WP IzEV31d03/h3LaS22HTN8xKVeHt4+/p/DVVbc= MIME-Version: 1.0 Received: by 10.42.17.212 with SMTP id u20mr6631997ica.369.1288391422077; Fri, 29 Oct 2010 15:30:22 -0700 (PDT) Received: by 10.231.15.75 with HTTP; Fri, 29 Oct 2010 15:30:21 -0700 (PDT) Date: Sat, 30 Oct 2010 00:30:21 +0200 Message-ID: Subject: Tomcat JDBC Pool and common-dbcp extra parameters From: Henri Gomez To: Tomcat Developers List Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org Tomcat documentation about JDBC/Datasource (http://tomcat.apache.org/tomcat-6.0-doc/jndi-resources-howto.html) give various attributes for Datasource Factory like=A0maxActive or maxWait. tomcat-dbcp is a copy of common-dbcp 1.3 and its documentation, http://commons.apache.org/dbcp/configuration.html, indicate many others parameters like : - initialSize - validationQuery - minEvictableIdleTimeMillis .... Could they be used also in Resource definition ? ie : --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org For additional commands, e-mail: dev-help@tomcat.apache.org