Xwiki Collaboration portlet for JetSpeed Code
Status: Pre-Alpha
Brought to you by:
kris_glover
| File | Date | Author | Commit |
|---|---|---|---|
| com | 2008-09-05 | kris_glover | [r1] |
| readme.txt | 2008-09-05 | kris_glover | [r2] |
| xwiki.war | 2008-09-05 | kris_glover | [r4] |
| xwiki.xml | 2008-09-05 | kris_glover | [r3] |
| xwikiportlet.war | 2008-09-05 | kris_glover | [r5] |
*********************************************************************************
XWiki Collaboration portlet for Jetspeed
credits : XWiki Project
BlueNog
*********************************************************************************
---------------------------------------------------------------------------------
Collaboration Install Instructions :
1. Deploy the xwiki.war
2. Ensure that the xwiki webapp is cross context enabled
If using Tomcat the context.xml file already exists within /xwiki/META-INF
3. Place the xwiki.xml in your configuration or within the context of the xwiki webapp
EXAMPLE USING TOMCAT
${catalina.home}/conf/Catalina/localhost/xwiki.xml)
4. You may need to alter the jndi url within the xwiki.xml to point to your specific databases.
Notice in the example below we are pointing to the variable ${catalina.home} be sure your home
value is correct
EXAMPLE USING TOMCAT:
<Resource name="jdbc/jetspeed" auth="Container"
factory="org.apache.commons.dbcp.BasicDataSourceFactory"
type="javax.sql.DataSource" username="derbydba" password="derbyAdmin"
driverClassName="org.apache.derby.jdbc.EmbeddedDriver"
url="jdbc:derby:${catalina.home}/database/derby/bluenog;create=true"
maxActive="100" maxIdle="30" maxWait="10000"/>
5. Deploy the xwikiportlet.war
-----------------------------------------------------------------------------------