Author: bago
Date: Thu Jun 26 10:37:49 2008
New Revision: 671957

URL: http://svn.apache.org/viewvc?rev=671957&view=rev
Log:
Updated "Using database" documentation to reflect removal of mysql jdbc driver 
(JAMES-801)

Modified:
    james/server/branches/v2.3/src/site/xdoc/using_database.xml

Modified: james/server/branches/v2.3/src/site/xdoc/using_database.xml
URL: 
http://svn.apache.org/viewvc/james/server/branches/v2.3/src/site/xdoc/using_database.xml?rev=671957&r1=671956&r2=671957&view=diff
==============================================================================
--- james/server/branches/v2.3/src/site/xdoc/using_database.xml (original)
+++ james/server/branches/v2.3/src/site/xdoc/using_database.xml Thu Jun 26 
10:37:49 2008
@@ -45,8 +45,6 @@
 jar/zip files for the JDBC driver in the lib subdirectory of the James 
installation directory.  Any additional 
 libraries upon which the JDBC library depends that are not part of the 
standard Java distribution should also be
 added to this directory.</p>
-<p>Please note that a MySQL driver is included as part of the James 
distribution and
-so there is no need to add such a driver to the lib directory.</p>
 <p>Second, the config.xml must be modified so that Phoenix initializes the 
database connections.  The relevant 
 configuration is in the database-connections block.  The database-connections 
tag has only a single child tag, 
 data-sources.  This latter tag is a simple container tag for a number of child 
elements.  It is these child 
@@ -104,7 +102,7 @@
 
 <source>
 &lt;data-source name="maildb" 
class="org.apache.james.util.mordred.JdbcDataSource"&gt;
-  &lt;driver&gt;org.gjt.mm.mysql.Driver&lt;/driver&gt;
+  &lt;driver&gt;com.mysql.jdbc.Driver&lt;/driver&gt;
   &lt;dburl&gt;jdbc:mysql://127.0.0.1/mail&lt;/dburl&gt;
   &lt;user&gt;username&lt;/user&gt;
   &lt;password&gt;password&lt;/password&gt;



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to