You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by yo...@apache.org on 2004/08/11 20:23:36 UTC

cvs commit: jakarta-tomcat-catalina/webapps/docs jndi-datasource-examples-howto.xml

yoavs       2004/08/11 11:23:36

  Modified:    webapps/docs jndi-datasource-examples-howto.xml
  Log:
  Clarified DBCP maxIdle parameter doc per Dirk Verbeeck's mailing list comments.
  
  Revision  Changes    Path
  1.9       +2 -1      jakarta-tomcat-catalina/webapps/docs/jndi-datasource-examples-howto.xml
  
  Index: jndi-datasource-examples-howto.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-catalina/webapps/docs/jndi-datasource-examples-howto.xml,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- jndi-datasource-examples-howto.xml	27 May 2004 18:33:11 -0000	1.8
  +++ jndi-datasource-examples-howto.xml	11 Aug 2004 18:23:36 -0000	1.9
  @@ -230,7 +230,8 @@
       </parameter>
   
       <!-- Maximum number of idle dB connections to retain in pool.
  -         Set to 0 for no limit.
  +         Set to -1 for no limit.  See also the DBCP documentation on this
  +         and the minEvictableIdleTimeMillis configuration parameter.
            -->
       <parameter>
         <name>maxIdle</name>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org