Update of /var/cvs/contributions/CMSContainer_Portlets/portlets-jforum
In directory james.mmbase.org:/tmp/cvs-serv14826

Modified Files:
        README.txt 
Log Message:
CMSC-989  , Upgrade JForum to latest stable release and make JARs to put in our 
maven repos.


See also: 
http://cvs.mmbase.org/viewcvs/contributions/CMSContainer_Portlets/portlets-jforum
See also: http://www.mmbase.org/jira/browse/CMSC-989


Index: README.txt
===================================================================
RCS file: 
/var/cvs/contributions/CMSContainer_Portlets/portlets-jforum/README.txt,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -b -r1.7 -r1.8
--- README.txt  9 Jun 2008 09:13:34 -0000       1.7
+++ README.txt  3 Jul 2008 13:32:02 -0000       1.8
@@ -320,7 +320,7 @@
 
    Step 3  : Configure DataSouce
 
-   Add DataSouce in the context xml file,e.g.: the name should be "jdbc/jforum"
+   Add DataSouce in the context xml file,e.g.: the name should be 
"jdbc/jforum",create database "jforum"
 
     <Resource name="jdbc/jforum" auth="Container" type="javax.sql.DataSource"
                removeAbandoned="true" 
@@ -334,3 +334,7 @@
                driverClassName="com.mysql.jdbc.Driver" 
                url="jdbc:mysql://localhost:3306/jforum" />
 
+  Step 4  : configuate database properties for installing tables . e.g . if 
you use mysql , modify   mysql.properties which  is in directory 
$app/WEB-INF/config/database/mysql/
+
+
+
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to