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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to