From: markt Date: Fri, 21 Mar 2008 21:08:36 +0000 (+0000) Subject: maxActive setting for unlimited changed in commons-pool > 1.2 X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=43695c3f9730f4744e6a1dc6955a4c24d43f263c;p=tomcat7.0 maxActive setting for unlimited changed in commons-pool > 1.2 git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@639842 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/webapps/docs/jndi-datasource-examples-howto.xml b/webapps/docs/jndi-datasource-examples-howto.xml index 9531dfb73..aad3804b3 100644 --- a/webapps/docs/jndi-datasource-examples-howto.xml +++ b/webapps/docs/jndi-datasource-examples-howto.xml @@ -219,7 +219,7 @@ resource to your Context.

<!-- maxActive: 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. --> <!-- maxIdle: Maximum number of idle dB connections to retain in pool.