You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by di...@apache.org on 2004/01/25 20:57:46 UTC

cvs commit: jakarta-commons/dbcp/xdocs configuration.xml

dirkv       2004/01/25 11:57:46

  Modified:    dbcp/xdocs configuration.xml
  Log:
  First step towards dynamic reconfiguration of BasicDataSource
  
  Revision  Changes    Path
  1.3       +17 -0     jakarta-commons/dbcp/xdocs/configuration.xml
  
  Index: configuration.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/dbcp/xdocs/configuration.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- configuration.xml	28 Sep 2003 16:57:24 -0000	1.2
  +++ configuration.xml	25 Jan 2004 19:57:46 -0000	1.3
  @@ -15,6 +15,22 @@
   </section>
   -->
   
  +<!--
  +<section name="Dynamic Properties">
  +maxActive
  +maxIdle
  +minIdle
  +maxWait
  +testOnBorrow
  +testOnReturn
  +timeBetweenEvictionRunsMillis
  +numTestsPerEvictionRun
  +minEvictableIdleTimeMillis
  +testWhileIdle
  +
  +</section>
  +-->
  +
   <section name="Parameters">
   
   <table>
  @@ -38,6 +54,7 @@
   <tr>
      <td>connectionProperties</td>
      <td>The connection properties that will be sent to our JDBC driver when establishing new connections.
  +       <br/>Format of the string must be [propertyName=property;]*
          <br/><strong>NOTE</strong> - The "user" and "password" properties will be passed explicitly, 
          so they do not need to be included here.
      </td>
  
  
  

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