Difference between revisions of "Jackrabbit Repository Installation & Configuration"

From Gcube Wiki
Jump to: navigation, search
(Created page with 'This document describes how to setup a Jackrabbit content repository in the Web-Application Bundle deployment model. The instructions in this document apply to Tomcat versions 5.…')
 
Line 2: Line 2:
  
 
All you need to do is the following:
 
All you need to do is the following:
*Download jcr-2.0.jar and put it into '''<tomcat-install-dir>'''/shared/lib.
+
*Download [http://repo1.maven.org/maven2/javax/jcr/jcr/2.0/jcr-2.0.jar jcr-2.0.jar] and put it into '''<tomcat-install-dir>/shared/lib'''.
 
*Get the WAR distribution from the [https://grids16.eng.it/BuildReport/browse/Recent_Builds/org.gcube.2-11-0/BUILD_16 Stable Build (jackrabbit-webapp-patched-2.4.3.tar.gz)] and deploy it into Tomcat.
 
*Get the WAR distribution from the [https://grids16.eng.it/BuildReport/browse/Recent_Builds/org.gcube.2-11-0/BUILD_16 Stable Build (jackrabbit-webapp-patched-2.4.3.tar.gz)] and deploy it into Tomcat.
 +
 +
 +
If web-application deployment is successful, pointing you browser to [http://localhost:8080/jackrabbit-webapp-version jackrabbit-webapp-<version>] you can see the follow page:
 +
 +
[[File:Welcome-web-app-jackrabbit.png]]

Revision as of 16:14, 22 January 2013

This document describes how to setup a Jackrabbit content repository in the Web-Application Bundle deployment model. The instructions in this document apply to Tomcat versions 5.x and 6.x. It should be easy to modify the instructions for other container environments.

All you need to do is the following:


If web-application deployment is successful, pointing you browser to jackrabbit-webapp-<version> you can see the follow page:

Welcome-web-app-jackrabbit.png