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

Modified Files:
        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.12
retrieving revision 1.13
diff -u -b -r1.12 -r1.13
--- README.txt  21 Jan 2009 15:07:13 -0000      1.12
+++ README.txt  16 Mar 2009 09:13:56 -0000      1.13
@@ -362,3 +362,21 @@
    - Enable the portlet-login in the portlet
    - configure it into a view at a page
 
+
+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
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to