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 da...@apache.org on 2002/07/29 15:47:39 UTC

cvs commit: jakarta-james/src/conf james-config.xml

danny       2002/07/29 06:47:39

  Modified:    src/conf james-config.xml
  Log:
  added note that mm.mysql is already present, and note of licence location
  
  Revision  Changes    Path
  1.27      +9 -3      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.26
  retrieving revision 1.27
  diff -u -r1.26 -r1.27
  --- james-config.xml	3 Jun 2002 14:59:06 -0000	1.26
  +++ james-config.xml	29 Jul 2002 13:47:39 -0000	1.27
  @@ -462,10 +462,16 @@
   
      <!-- The database-connections block -->
      <database-connections>
  -      <!-- Confugure database connections here. These connections are referred to by name elsewhere in the config file -->
  +      <!-- Configure database connections here. These connections are referred to by name elsewhere in the config file -->
         <!-- CHECKME! To allow James to use a database, configure the database connection here -->
         <data-sources>
  -
  +		
  +		 <!-- James is distributed with a built in relevant copy of the mm.mysql JDBC  -->
  +		 <!-- driver no additional driver is needed for mysql. Read the mm.mysql LGPL  -->
  +		 <!-- licence at apps\james\SAR-INF\lib\mm.mysql.LICENCE                       -->
  +		 
  +		 <!-- JDBC driver .jar libraries for other RDBMS can be placed in ~james/lib/  -->
  +		
            <!-- Example, connecting to a MySQL database called "mail" on localhost-->
            <!--<data-source name="maildb" class="org.apache.james.util.mordred.JdbcDataSource">
               <driver>org.gjt.mm.mysql.Driver</driver>
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>