Author: markt
Date: Mon Mar 24 14:03:27 2008
New Revision: 640577

URL: http://svn.apache.org/viewvc?rev=640577&view=rev
Log:
Fix docs for maxActive

Modified:
    tomcat/tc6.0.x/trunk/STATUS.txt
    tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml
    tomcat/tc6.0.x/trunk/webapps/docs/jndi-datasource-examples-howto.xml

Modified: tomcat/tc6.0.x/trunk/STATUS.txt
URL: 
http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/STATUS.txt?rev=640577&r1=640576&r2=640577&view=diff
==============================================================================
--- tomcat/tc6.0.x/trunk/STATUS.txt (original)
+++ tomcat/tc6.0.x/trunk/STATUS.txt Mon Mar 24 14:03:27 2008
@@ -60,11 +60,6 @@
   +1: markt, fhanik
   -1: 
 
-* Fix docs re use of maxActive
-  http://svn.apache.org/viewvc?rev=639842&view=rev
-  +1: markt, fhanik, rjung
-  -1:
-
 * Get o.a.c.valves.CometConnectionManagerValve working
   Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=44646
   http://svn.apache.org/viewvc?rev=640273&view=rev

Modified: tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml
URL: 
http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml?rev=640577&r1=640576&r2=640577&view=diff
==============================================================================
--- tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml (original)
+++ tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml Mon Mar 24 14:03:27 2008
@@ -98,6 +98,10 @@
         Add a section on available system property configuration options.
         (markt)
       </add>
+      <fix>
+        Amend the JNDI datasource doc to reflect new value for no limit used by
+        updated commons-pool and commons-DBCP. (markt)
+      </fix>
     </changelog>
   </subsection>
   <subsection name="Cluster">

Modified: tomcat/tc6.0.x/trunk/webapps/docs/jndi-datasource-examples-howto.xml
URL: 
http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/webapps/docs/jndi-datasource-examples-howto.xml?rev=640577&r1=640576&r2=640577&view=diff
==============================================================================
--- tomcat/tc6.0.x/trunk/webapps/docs/jndi-datasource-examples-howto.xml 
(original)
+++ tomcat/tc6.0.x/trunk/webapps/docs/jndi-datasource-examples-howto.xml Mon 
Mar 24 14:03:27 2008
@@ -219,7 +219,7 @@
 
     &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.



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to