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

Modified Files:
        web.xml 
Log Message:
CMSC-915,JForum: externalize database and other configuration settings to the 
context files


See also: 
http://cvs.mmbase.org/viewcvs/contributions/CMSContainer_Demo/demo.cmscontainer.org/war-community/src/webapp/WEB-INF
See also: http://www.mmbase.org/jira/browse/CMSC-915


Index: web.xml
===================================================================
RCS file: 
/var/cvs/contributions/CMSContainer_Demo/demo.cmscontainer.org/war-community/src/webapp/WEB-INF/web.xml,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -b -r1.5 -r1.6
--- web.xml     28 Apr 2008 08:37:57 -0000      1.5
+++ web.xml     30 May 2008 07:53:17 -0000      1.6
@@ -451,5 +451,12 @@
                <res-type>javax.sql.DataSource</res-type>
                <res-auth>Container</res-auth>
        </resource-ref>
-
+   <!-- JForum DataSource
+       <resource-ref>
+               <description>Jforum</description>
+               <res-ref-name>jdbc/jforum</res-ref-name>
+               <res-type>javax.sql.DataSource</res-type>
+               <res-auth>Container</res-auth>
+       </resource-ref>
+   -->
 </web-app>
\ No newline at end of file
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to