From 43695c3f9730f4744e6a1dc6955a4c24d43f263c Mon Sep 17 00:00:00 2001 From: markt Date: Fri, 21 Mar 2008 21:08:36 +0000 Subject: [PATCH] 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 --- webapps/docs/jndi-datasource-examples-howto.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.11.0