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

Modified Files:
      Tag: b1_5
        README.txt 
Log Message:
CMSC-1104 JForum portlet does not work on test environment


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


Index: README.txt
===================================================================
RCS file: 
/var/cvs/contributions/CMSContainer_Portlets/portlets-jforum/README.txt,v
retrieving revision 1.11.2.1
retrieving revision 1.11.2.2
diff -u -b -r1.11.2.1 -r1.11.2.2
--- README.txt  21 Jan 2009 15:07:19 -0000      1.11.2.1
+++ README.txt  16 Mar 2009 09:28:11 -0000      1.11.2.2
@@ -341,7 +341,7 @@
    </servlet-mapping>
 
 
-Step 3: Configure DataSouce
+   Step 3  : Configure DataSouce
 
    Add DataSouce in the context xml file,e.g.: the name should be 
"jdbc/jforum",create database "jforum"
 
@@ -362,3 +362,21 @@
    - Enable the portlet-login in the portlet
    - configure it into a view at a page
    
\ No newline at end of file
+
+Step 5: If you run CMSc applicaiton in the Staging/Live mode.
+ 5.1.  add a  DataSource in live context xml file. same to staging
+    <Resource name="jdbc/jforum" auth="Container" type="javax.sql.DataSource"
+               removeAbandoned="true" 
+               removeAbandonedTimeout="60"
+               logAbandoned="true" 
+               maxActive="10"
+               maxIdle="1" 
+               maxWait="10000" 
+               username="root" 
+               password="1234"
+               driverClassName="com.mysql.jdbc.Driver" 
+               url="jdbc:mysql://localhost:3306/jforum" />
+5.2 Add a property named "system.stagingpath" in live .the value is the url of 
staging 
+   like http://localhost:8080/cmsc-demo-staging
+
+
_______________________________________________
Cvs mailing list
Cvs@lists.mmbase.org
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to