bloritsch 01/05/01 12:09:28
Modified: lib Tag: xml-cocoon2 avalon-excalibur.jar
webapp Tag: xml-cocoon2 cocoon.xconf
Log:
Fix datasource definitions.
Revision Changes Path
No revision
No revision
1.1.2.5 +101 -102 xml-cocoon/lib/Attic/avalon-excalibur.jar
<<Binary file>>
No revision
No revision
1.1.2.44 +18 -0 xml-cocoon/webapp/Attic/cocoon.xconf
Index: cocoon.xconf
===================================================================
RCS file: /home/cvs/xml-cocoon/webapp/Attic/cocoon.xconf,v
retrieving revision 1.1.2.43
retrieving revision 1.1.2.44
diff -u -r1.1.2.43 -r1.1.2.44
--- cocoon.xconf 2001/04/30 14:17:47 1.1.2.43
+++ cocoon.xconf 2001/05/01 19:09:26 1.1.2.44
@@ -97,7 +97,25 @@
<datasources>
<jdbc name="personnel">
+ <!--
+ If you have an Oracle database, and are using the the
+ pool-controller below, you should add the attribute
+ "oradb" and set it to true.
+
+ <pool-controller min="5" max="10" oradb="true"/>
+
+ That way the test to see if the server has disconnected
+ the JdbcConnection will function properly.
+ -->
<pool-controller min="5" max="10"/>
+ <!--
+ If you need to ensure an autocommit is set to true or
+ false, then create the "auto-commit" element below.
+
+ <auto-commit>false</auto-commit>
+
+ The default is true.
+ -->
<dburl>@database-url@</dburl>
<user>@database-user@</user>
<password>@database-password@</password>
----------------------------------------------------------------------
In case of troubles, e-mail: [EMAIL PROTECTED]
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]