serge 2003/07/20 19:56:09
Modified: src/conf Tag: branch_2_1_fcs james-config.xml
Log:
Migrated from mordred (custom James database pooling implementation) to DBCP 1.0
release.
Revision Changes Path
No revision
No revision
1.40.2.14 +2 -2 james-server/src/conf/james-config.xml
Index: james-config.xml
===================================================================
RCS file: /home/cvs/james-server/src/conf/james-config.xml,v
retrieving revision 1.40.2.13
retrieving revision 1.40.2.14
diff -u -r1.40.2.13 -r1.40.2.14
--- james-config.xml 16 Jul 2003 15:02:45 -0000 1.40.2.13
+++ james-config.xml 21 Jul 2003 02:56:08 -0000 1.40.2.14
@@ -793,7 +793,7 @@
<!-- If you see "SQLException: Giving up... no connections available." in
your -->
<!-- log files or bounced mail you should increase this value -->
<!--
- <data-source name="maildb"
class="org.apache.james.util.mordred.JdbcDataSource">
+ <data-source name="maildb"
class="org.apache.james.util.dbcp.JdbcDataSource">
<driver>com.inet.tds.TdsDriver</driver>
<dburl>jdbc:inetdae7:127.0.0.1?database=James</dburl>
<user>sa_james</user>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]