dirkv 2003/09/28 09:57:24
Modified: dbcp/xdocs configuration.xml
Log:
defaultCatalog configuration option
Revision Changes Path
1.2 +7 -1 jakarta-commons/dbcp/xdocs/configuration.xml
Index: configuration.xml
===================================================================
RCS file: /home/cvs/jakarta-commons/dbcp/xdocs/configuration.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- configuration.xml 14 Sep 2003 20:22:22 -0000 1.1
+++ configuration.xml 28 Sep 2003 16:57:24 -0000 1.2
@@ -9,10 +9,11 @@
<body>
+<!--
<section name="Introduction">
<p>TODO: add section about tomcat configuration and avoiding the resource leak when
reloading tomcat webapps.</p>
</section>
-
+-->
<section name="Parameters">
@@ -70,6 +71,11 @@
<li>SERIALIZABLE</li>
</ul>
</td>
+</tr>
+<tr>
+ <td>defaultCatalog</td>
+ <td></td>
+ <td>The default catalog of connections created by this pool.</td>
</tr>
</table>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]