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 ch...@apache.org on 2001/08/11 12:31:17 UTC

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

charlesb    01/08/11 03:31:17

  Modified:    .        build.xml
               src/conf james-config.xml spool.properties
  Log:
  Added mysql properties for JDBCMailRepository and included in dist
  
  Revision  Changes    Path
  1.75      +1 -0      jakarta-james/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-james/build.xml,v
  retrieving revision 1.74
  retrieving revision 1.75
  diff -u -r1.74 -r1.75
  --- build.xml	2001/06/27 15:41:29	1.74
  +++ build.xml	2001/08/11 10:31:17	1.75
  @@ -389,6 +389,7 @@
         <fileset dir="${conf.dir}">
           <include name="inet*"/>
           <include name="maildatabase*"/>
  +        <include name="*.properties"/>
         </fileset>
       </copy>
   
  
  
  
  1.9       +5 -5      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.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- james-config.xml	2001/08/01 03:58:31	1.8
  +++ james-config.xml	2001/08/11 10:31:17	1.9
  @@ -13,8 +13,8 @@
       CONFIRM? comment in the left
       margin.
   
  -    This is $Revision: 1.8 $
  -    Committed on $Date: 2001/08/01 03:58:31 $ by: $Author: serge $
  +    This is $Revision: 1.9 $
  +    Committed on $Date: 2001/08/11 10:31:17 $ by: $Author: charlesb $
   -->
   <config>
   
  @@ -75,7 +75,7 @@
   
         <!-- Alternative inbox repository definition for DB use. Note you must create the inbox.properties file
         <inboxRepository>
  -        <repository destinationURL="db://conf/inbox.properties"
  +        <repository destinationURL="db://../conf/inbox.properties"
                       type="SPOOL">
           </repository>
         </inboxRepository>
  @@ -460,7 +460,7 @@
   
         <!-- Alternative spool repository definition for JDBC use
         <spoolRepository>
  -        <repository destinationURL="db://conf/spool.properties"
  +        <repository destinationURL="db://../conf/spool.properties"
                       type="SPOOL">
           </repository>
         </spoolRepository>
  @@ -612,4 +612,4 @@
         </client-sockets>
     </sockets>
   
  -</config>
  \ No newline at end of file
  +</config>
  
  
  
  1.3       +9 -3      jakarta-james/src/conf/spool.properties
  
  Index: spool.properties
  ===================================================================
  RCS file: /home/cvs/jakarta-james/src/conf/spool.properties,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- spool.properties	2001/08/03 03:35:34	1.2
  +++ spool.properties	2001/08/11 10:31:17	1.3
  @@ -5,9 +5,15 @@
   #What is stored in the repository_name.  This let's you use the same table to store multiple repositories
   repository=spool
   
  -#this is connection information
  -driver=com.inet.tds.TdsDriver
  -URL=jdbc:inetdae7:127.0.0.1?database=James
  +#this is connection information - uncomment appropriate or put your own here
  +#.. for MS SQL
  +#driver=com.inet.tds.TdsDriver
  +#URL=jdbc:inetdae7:127.0.0.1?database=James
  +#username=sa_james
  +#password=blahblah
  +#.. for MySQL
  +driver=org.gjt.mm.mysql.Driver
  +URL=jdbc:mysql://localhost/james
   username=sa_james
   password=blahblah
   
  
  
  

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