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 ha...@apache.org on 2002/05/17 01:49:27 UTC

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

hammant     02/05/16 16:49:27

  Modified:    src/conf james-config.xml
  Log:
  3 of 3 of Phoenix upgrade.  NEsted comments not allowed in latest Phoenix and/or Xerces.
  
  Revision  Changes    Path
  1.25      +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.24
  retrieving revision 1.25
  diff -u -r1.24 -r1.25
  --- james-config.xml	16 May 2002 11:40:43 -0000	1.24
  +++ james-config.xml	16 May 2002 23:49:27 -0000	1.25
  @@ -15,7 +15,7 @@
   For production use you will probably need to make more extensive changes, see
   http://jakarta.apache.org/james/configuration_v2_0.html
   
  -$Revision: 1.24 $ Committed on $Date: 2002/05/16 11:40:43 $ by: $Author: danny $-->
  +$Revision: 1.25 $ Committed on $Date: 2002/05/16 23:49:27 $ by: $Author: hammant $-->
   
   <config>
      <James>
  @@ -471,10 +471,10 @@
               <driver>org.gjt.mm.mysql.Driver</driver>
               <dburl>jdbc:mysql://127.0.0.1/mail</dburl>
               <user>username</user>
  -            <password>password</password>
  +            <password>password</password>  -->
   				<!-- Maximum concurrent connections james may open to this database-->
   				<!-- If you see "SQLException: Giving up... no connections available." in your 
  -				log files or bounced mail increase this value-->
  +				log files or bounced mail increase this value 
               <max>10</max>
            </data-source>-->
            
  @@ -482,10 +482,10 @@
               <driver>com.inet.tds.TdsDriver</driver>
               <dburl>jdbc:inetdae7:127.0.0.1?database=James</dburl>
               <user>sa_james</user>
  -            <password>blahblah</password>
  +            <password>blahblah</password> -->
   				<!-- Maximum concurrent connections james may open to this database-->
   				<!-- If you see "SQLException: Giving up... no connections available." in your 
  -				log files or bounced mail increase this value-->
  +				log files or bounced mail increase this value 
               <max>10</max>
            </data-source>-->
   			
  
  
  

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