Author: bpapez
Date: Tue Jan 15 13:28:25 2008
New Revision: 19514

URL: https://svndev.jahia.net/websvn/listing.php?sc=3D1&rev=3D19514&repname=
=3Djahia
Log:
some fixes

Modified:
    branches/JAHIA-5-0-3-DMS-JACKRABBIT-BRANCH/deployments/jboss-jackrabbit=
.txt

Modified: branches/JAHIA-5-0-3-DMS-JACKRABBIT-BRANCH/deployments/jboss-jack=
rabbit.txt
URL: https://svndev.jahia.net/websvn/diff.php?path=3D/branches/JAHIA-5-0-3-=
DMS-JACKRABBIT-BRANCH/deployments/jboss-jackrabbit.txt&rev=3D19514&repname=
=3Djahia
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D
--- branches/JAHIA-5-0-3-DMS-JACKRABBIT-BRANCH/deployments/jboss-jackrabbit=
.txt (original)
+++ branches/JAHIA-5-0-3-DMS-JACKRABBIT-BRANCH/deployments/jboss-jackrabbit=
.txt Tue Jan 15 13:28:25 2008
@@ -35,12 +35,12 @@
   =

 Then, add your database driver lib in the following folder: =

  =

-server/lib. =

+server/default/lib. =

 =

-Finaly, copy the jetspeed jars (jetspeed-api-2.0.jar, portals-bridges-comm=
on-1.0.jar,  =

-portlet-api-1.0.jar, pluto-1.0.1.jar, jetspeed-commons-2.0.jar, jetspeed-a=
pi-2.1-dev.jar) into the following folder: =

+Finaly, copy the jetspeed jars (jetspeed-api-2.1-dev.jar, jetspeed-commons=
-2.1-dev.jar, =

+pluto-1.0.1*.jar, portals-bridges-common-1.0.jar, portlet-api-1.0.jar) int=
o the following folder: =

  =

-server/lib =

+server/default/lib =

 =

 =

 Take the Jahia folder of the Jahia default package. (or a jahia.war file -=
 use "maven jahia:war" to generate a war file) =

@@ -53,41 +53,16 @@
  =

 Rename the "jahia" folder to "jahia.war" (or unzip the content of your jah=
ia.war file in the jahia.war folder) =

  =

-Go to the jahia.war/WEB-INF/lib, remove the following files :
-jboss-cache-1.4.1.SP3.jar      =

-jboss-common-4.0.3.jar         =

-jboss-jmx-4.0.3.jar            =

-jboss-minimal-4.0.3.jar        =

-jboss-serialization-4.0.3.jar  =

-jboss-system-4.0.3.jar
-jsf-api-1.1.jar   =

-jsf-impl-1.1.jar
-jackrabbit-api-1.4-595678.jar              =

-jackrabbit-jcr-commons-1.4-595678.jar      jackrabbit-text-extractors-1.4-=
595678.jar =

-jackrabbit-core-1.4-595678.jar             =

-jackrabbit-jcr-rmi-1.4-595678.jar          =

-jackrabbit-spi-1.4-595678.jar              =

-jackrabbit-core-ext-5.0-SNAPSHOT.jar       =

-jackrabbit-spi-commons-1.4-595678.jar      =

-
-Move the following files to the server/default/lib directory :
-
-jcr-1.0.jar
-jgroups-all-2.4.1.jar =

-commons-id-0.1-dev.jar =

-commons-discovery-0.2.jar
-public-api-5.0-SNAPSHOT.jar
-
 2/ Deploy Jackrabbit
 =

-Create a jackrabbit-jca.rar folder into server/default/deploy.
+Create a jackrabbit-jca-1.4-xxx-SNAPSHOT.rar folder into server/default/de=
ploy.
 Unzip the content of the jackrabbit-jca-1.4-xxx-SNAPSHOT.rar file.
 =

 In this directory :
 =

 - Replace the repository.xml file with the one provided in jahia.war/WEB-I=
NF/etc/repository
 =

-- Copy the file jahia.war/WEB-INF/lib/jackrabbit-core-ext-5.0-SNAPSHOT.jar =

+- Copy the file jahia.war/WEB-INF/lib/jackrabbit-core-ext-5.0-SNAPSHOT.jar=
 to the root folder of jackrabbit-jca-1.4-xxx-SNAPSHOT.rar
 =

 In server/default/deploy, Create a jcr-ds.xml file :
 =

@@ -95,7 +70,7 @@
     <tx-connection-factory>
                 <jndi-name>jcr/local</jndi-name>
                 <xa-transaction/>
-                <rar-name>jackrabbit-jca.rar</rar-name>
+                <rar-name>jackrabbit-jca-1.4-xxx-SNAPSHOT.rar</rar-name>
                 <connection-definition>javax.jcr.Repository</connection-de=
finition>
                 <config-property name=3D"homeDir" type=3D"java.lang.String=
">/temp/jackrabbit</config-property>
                 <config-property name=3D"configFile" type=3D"java.lang.Str=
ing">classpath:repository.xml</config-property>
@@ -105,6 +80,35 @@
 =

 Set the "homeDir" property to any empty folder, where the repository will =
store its data.
 =

+3/ (Re)move some JARs
+
+Go to the jahia.war/WEB-INF/lib, remove the following files :
+     =

+jboss-common-4.0.3.jar         =

+jboss-jmx-4.0.3.jar            =

+jboss-minimal-4.0.3.jar        =

+jboss-serialization-4.0.3.jar  =

+jboss-system-4.0.3.jar
+jackrabbit-api-*.jar              =

+jackrabbit-core-*.jar (also jackrabbit-core-ext-*.jar)
+jackrabbit-jcr-commons-*.jar      =

+jackrabbit-jcr-rmi-*.jar
+jackrabbit-spi-*.jar (also jackrabbit-spi-commons-*.jar)              =

+jackrabbit-text-extractors-*.jar =

+
+The following files may also be removed jahia.war/WEB-INF/lib:
+
+jsf-api-1.1.jar   =

+jsf-impl-1.1.jar
+
+Move the following files to the server/default/lib directory (and eventual=
ly remove older versions of the JAR from there):
+
+jboss-cache-1.4.1.SP3.jar
+jcr-1.0.jar
+jgroups-all-2.4.1.jar =

+commons-id-0.1-dev.jar =

+commons-discovery-0.2.jar
+public-api-5.0-SNAPSHOT.jar
 =

 Start jboss, run the wizard. =

 =


_______________________________________________
cvs_list mailing list
[email protected]
http://lists.jahia.org/cgi-bin/mailman/listinfo/cvs_list

Reply via email to