You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by ba...@apache.org on 2006/07/06 18:54:34 UTC

svn commit: r419618 - /james/server/branches/v2.3/src/conf/james-config.xml

Author: bago
Date: Thu Jul  6 09:54:33 2006
New Revision: 419618

URL: http://svn.apache.org/viewvc?rev=419618&view=rev
Log:
Changed derby jdbc comment to reflect change from dbfile to file (JAMES-536).
Commented the default jdbc embedded driver to avoid the startup times of "unused by default" derbydb.

Modified:
    james/server/branches/v2.3/src/conf/james-config.xml

Modified: james/server/branches/v2.3/src/conf/james-config.xml
URL: http://svn.apache.org/viewvc/james/server/branches/v2.3/src/conf/james-config.xml?rev=419618&r1=419617&r2=419618&view=diff
==============================================================================
--- james/server/branches/v2.3/src/conf/james-config.xml (original)
+++ james/server/branches/v2.3/src/conf/james-config.xml Thu Jul  6 09:54:33 2006
@@ -1195,10 +1195,10 @@
                  This, alone, may be reason for you to give it a try.
       -->
       
-      <!-- Out of the box default configuration uses Apache Derby as the default -->
-      <!-- database, which is easy to embed - but we support all the major SQL   -->
-      <!-- databases - just reconfigure your JDBC configuration                  -->
-      <!-- -->
+      <!-- Default James distribution includes Apache Derby database, -->
+      <!-- which is easy to embed - but we support all the major SQL   -->
+      <!-- databases - just reconfigure your JDBC configuration -->
+      <!--
       <data-source name="maildb" class="org.apache.james.util.dbcp.JdbcDataSource">
          <driver>org.apache.derby.jdbc.EmbeddedDriver</driver>
          <dburl>jdbc:derby:../apps/james/var/derbydb;create=true</dburl>
@@ -1207,7 +1207,7 @@
          <poolPreparedStatements>true</poolPreparedStatements>
          <max>20</max>
       </data-source>
-      <!-- -->
+      -->
 
       <!-- JDBC driver .jar libraries for other RDBMS can be placed in ~james/lib/  -->
 



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