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

Modified Files:
        context.xml 
Log Message:
Changes Community Module for demo war


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.6
diff -u -b -r1.5 -r1.6
--- context.xml 16 Jan 2008 12:18:18 -0000      1.5
+++ context.xml 8 Feb 2008 10:43:44 -0000       1.6
@@ -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
Cvs@lists.mmbase.org
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to