Author: bago
Date: Thu Jun 26 10:38:08 2008
New Revision: 671958
URL: http://svn.apache.org/viewvc?rev=671958&view=rev
Log:
Updated "Using database" documentation to reflect removal of mysql jdbc driver
(JAMES-801)
Modified:
james/server/trunk/src/site/xdoc/using_database.xml
Modified: james/server/trunk/src/site/xdoc/using_database.xml
URL:
http://svn.apache.org/viewvc/james/server/trunk/src/site/xdoc/using_database.xml?rev=671958&r1=671957&r2=671958&view=diff
==============================================================================
--- james/server/trunk/src/site/xdoc/using_database.xml (original)
+++ james/server/trunk/src/site/xdoc/using_database.xml Thu Jun 26 10:38:08 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>
<data-source name="maildb"
class="org.apache.james.util.mordred.JdbcDataSource">
- <driver>org.gjt.mm.mysql.Driver</driver>
+ <driver>com.mysql.jdbc.Driver</driver>
<dburl>jdbc:mysql://127.0.0.1/mail</dburl>
<user>username</user>
<password>password</password>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]