noel 2003/02/11 10:18:08
Modified: src/conf Tag: branch_2_1_fcs james-config.xml
Log:
tell mm.mysql to autoreconnect, especially since mordred can't
Revision Changes Path
No revision
No revision
1.40.2.2 +2 -2 jakarta-james/src/conf/james-config.xml
Index: james-config.xml
===================================================================
RCS file: /home/cvs/jakarta-james/src/conf/james-config.xml,v
retrieving revision 1.40.2.1
retrieving revision 1.40.2.2
diff -u -r1.40.2.1 -r1.40.2.2
--- james-config.xml 10 Jan 2003 06:43:38 -0000 1.40.2.1
+++ james-config.xml 11 Feb 2003 18:18:07 -0000 1.40.2.2
@@ -622,7 +622,7 @@
<!--
<data-source name="maildb"
class="org.apache.james.util.mordred.JdbcDataSource">
<driver>org.gjt.mm.mysql.Driver</driver>
- <dburl>jdbc:mysql://127.0.0.1/mail</dburl>
+ <dburl>jdbc:mysql://127.0.0.1/mail?autoReconnect=true</dburl>
<user>username</user>
<password>password</password>
<max>20</max>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]