Return-Path: Delivered-To: apmail-tomcat-dev-archive@www.apache.org Received: (qmail 8044 invoked from network); 30 Jul 2008 21:25:59 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 30 Jul 2008 21:25:59 -0000 Received: (qmail 17807 invoked by uid 500); 30 Jul 2008 21:25:51 -0000 Delivered-To: apmail-tomcat-dev-archive@tomcat.apache.org Received: (qmail 17787 invoked by uid 500); 30 Jul 2008 21:25: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 17776 invoked by uid 500); 30 Jul 2008 21:25:51 -0000 Delivered-To: apmail-jakarta-tomcat-dev@jakarta.apache.org Received: (qmail 17773 invoked by uid 99); 30 Jul 2008 21:25:51 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 30 Jul 2008 14:25:51 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 30 Jul 2008 21:25:04 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id D3752238898A; Wed, 30 Jul 2008 14:25:00 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r681206 - in /tomcat: container/branches/tc4.1.x/RELEASE-NOTES-4.1.txt container/branches/tc4.1.x/webapps/tomcat-docs/jndi-datasource-examples-howto.xml current/tc4.1.x/STATUS.txt Date: Wed, 30 Jul 2008 21:24:59 -0000 To: tomcat-dev@jakarta.apache.org From: markt@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20080730212500.D3752238898A@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: markt Date: Wed Jul 30 14:24:58 2008 New Revision: 681206 URL: http://svn.apache.org/viewvc?rev=681206&view=rev Log: maxActive setting for unlimited changed in commons-pool > 1.2 Modified: tomcat/container/branches/tc4.1.x/RELEASE-NOTES-4.1.txt tomcat/container/branches/tc4.1.x/webapps/tomcat-docs/jndi-datasource-examples-howto.xml tomcat/current/tc4.1.x/STATUS.txt Modified: tomcat/container/branches/tc4.1.x/RELEASE-NOTES-4.1.txt URL: http://svn.apache.org/viewvc/tomcat/container/branches/tc4.1.x/RELEASE-NOTES-4.1.txt?rev=681206&r1=681205&r2=681206&view=diff ============================================================================== --- tomcat/container/branches/tc4.1.x/RELEASE-NOTES-4.1.txt (original) +++ tomcat/container/branches/tc4.1.x/RELEASE-NOTES-4.1.txt Wed Jul 30 14:24:58 2008 @@ -696,6 +696,9 @@ [4.1.37] Servlet API Use string from resource bundle for error message in HttpServlet +[4.1.38] Docs + Update JNDI data source docs for use of maxActive + ------------------ Catalina Bug Fixes: Modified: tomcat/container/branches/tc4.1.x/webapps/tomcat-docs/jndi-datasource-examples-howto.xml URL: http://svn.apache.org/viewvc/tomcat/container/branches/tc4.1.x/webapps/tomcat-docs/jndi-datasource-examples-howto.xml?rev=681206&r1=681205&r2=681206&view=diff ============================================================================== --- tomcat/container/branches/tc4.1.x/webapps/tomcat-docs/jndi-datasource-examples-howto.xml (original) +++ tomcat/container/branches/tc4.1.x/webapps/tomcat-docs/jndi-datasource-examples-howto.xml Wed Jul 30 14:24:58 2008 @@ -221,7 +221,7 @@ <!-- Maximum number of dB connections in pool. Make sure you configure your mysqld max_connections large enough to handle - all of your db connections. Set to 0 for no limit. + all of your db connections. Set to -1 for no limit. --> <parameter> <name>maxActive</name> Modified: tomcat/current/tc4.1.x/STATUS.txt URL: http://svn.apache.org/viewvc/tomcat/current/tc4.1.x/STATUS.txt?rev=681206&r1=681205&r2=681206&view=diff ============================================================================== --- tomcat/current/tc4.1.x/STATUS.txt (original) +++ tomcat/current/tc4.1.x/STATUS.txt Wed Jul 30 14:24:58 2008 @@ -37,13 +37,6 @@ +1: markt, yoavs -1: -* Fix docs re use of maxActive - http://svn.apache.org/viewvc?rev=639842&view=rev - +1: rjung, markt, yoavs - -1: - rjung: Didn't check though, if this is actually true for the 4.1 bundled DBCP. - markt: It is - * Fix docs: don't include dev snapshots of JK docs, link to released version instead http://people.apache.org/~rjung/patches/tc4_1-jk-docs.patch +1: rjung, markt, yoavs --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org For additional commands, e-mail: dev-help@tomcat.apache.org