maxActive setting for unlimited changed in commons-pool > 1.2
authormarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Fri, 21 Mar 2008 21:08:36 +0000 (21:08 +0000)
committermarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Fri, 21 Mar 2008 21:08:36 +0000 (21:08 +0000)
git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@639842 13f79535-47bb-0310-9956-ffa450edef68

webapps/docs/jndi-datasource-examples-howto.xml

index 9531dfb..aad3804 100644 (file)
@@ -219,7 +219,7 @@ resource to your <a href="config/context.html">Context</a>.</p>
 
     &lt;!-- 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.
          --&gt;
 
     &lt;!-- maxIdle: Maximum number of idle dB connections to retain in pool.