Update of 
/var/cvs/contributions/CMSContainer_Demo/demo.cmscontainer.org/war-community/src/webapp/META-INF
In directory 
james.mmbase.org:/tmp/cvs-serv29550/demo.cmscontainer.org/war-community/src/webapp/META-INF

Modified Files:
      Tag: b1_4
        context.xml 
Log Message:
Cleaned up and added default settings for options


See also: 
http://cvs.mmbase.org/viewcvs/contributions/CMSContainer_Demo/demo.cmscontainer.org/war-community/src/webapp/META-INF


Index: context.xml
===================================================================
RCS file: 
/var/cvs/contributions/CMSContainer_Demo/demo.cmscontainer.org/war-community/src/webapp/META-INF/context.xml,v
retrieving revision 1.5
retrieving revision 1.5.2.1
diff -u -b -r1.5 -r1.5.2.1
--- context.xml 16 Jan 2008 12:18:18 -0000      1.5
+++ context.xml 15 Feb 2008 12:29:29 -0000      1.5.2.1
@@ -34,17 +34,17 @@
                driverClassName="com.mysql.jdbc.Driver" 
                
url="jdbc:mysql://localhost:3306/cmsc?useUnicode=true&characterEncoding=UTF-8&autoReconnect=true&useServerPrepStmts=false"
 />
 
-    <Resource name="jdbc/jaasdb" auth="Container" type="javax.sql.DataSource"
+    <Resource name="jdbc/Community" auth="Container" 
type="javax.sql.DataSource"
                removeAbandoned="true" 
                removeAbandonedTimeout="60"
                logAbandoned="true" 
                maxActive="10"
                maxIdle="1" 
                maxWait="10000" 
-               username="cmsc" 
-               password="cmsc"
+               username="community" 
+               password="community"
                driverClassName="com.mysql.jdbc.Driver" 
-               
url="jdbc:mysql://localhost:3306/jaasdb?useUnicode=true&amp;characterEncoding=UTF-8&amp;autoReconnect=true&amp;useServerPrepStmts=false"
 />
+               
url="jdbc:mysql://localhost:3306/community?useUnicode=true&amp;characterEncoding=UTF-8&amp;autoReconnect=true&amp;useServerPrepStmts=false"
 />
 
        <!-- zeroDateTimeBehavior=convertToNull 
                Datetimes with all-zero components ('0000-00-00 ...') - These 
values can not be represented reliably
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to