Author: bpapez
Date: Mon Jan 7 19:33:08 2008
New Revision: 19466
URL: https://svndev.jahia.net/websvn/listing.php?sc=3D1&rev=3D19466&repname=
=3Djahia
Log:
Add statements regarding Tomcat 6
Modified:
trunk/README
Modified: trunk/README
URL: https://svndev.jahia.net/websvn/diff.php?path=3D/trunk/README&rev=3D19=
466&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
--- trunk/README (original)
+++ trunk/README Mon Jan 7 19:33:08 2008
@@ -73,6 +73,10 @@
maven plugin:install
This will build maven-jahiawar-plugin-1.x.jar in target folder.
Put this jar in your MAVEN_HOME/plugins folder.
+ =
+ If you use Tomcat 6, you might have to delete the =
+ maven-jahiawar-plugin-1.0*.jar from MAVEN_HOME/plugins as at least =
+ maven-jahiawar-plugin-1.1*.jar needs to be installed.
=
5. Create/Modify the ${user.home}/build.properties file to include the
following lines :
@@ -84,13 +88,16 @@
catalina.version.major=3DYOUR_MAJOR_TOMCAT_VERSION
=
Possible values for the major Tomcat version should normally
- be 4, 5, 6, etc... there is ONE exception, for Tomcat 5.5,
+ be 5, 6, etc... there is ONE exception, for Tomcat 5.5,
where you should use :
=
catalina.version.major=3D5.5
=
This is due to Tomcat introducing some major changes in this
version, so it is considered a "major" version anyway.
+ =
+ If you have different Tomcat versions on the same machine, you coul=
d also
+ set these parameters in core/project.properties.
=
6. Type the following command :
maven
@@ -111,11 +118,10 @@
=
TOMCAT_HOME/webapps/jahia
=
- 10. Then, copy the core/src/conf/metadata/jahia.xml into the
- TOMCAT_HOME/webapps directory before launching Jahia. This
- step only works for Tomcat 4. In Tomcat 5, you must rename the
- file as context.xml and put it in
- TOMCAT_HOME/webapps/jahia/META-INF/context.xml
+ 10. Then check if the TOMCAT_HOME/conf/Catalina/localhost/jahia.xml fi=
le
+ has been deployed, otherwise copy the Tomcat version dependent file=
from =
+ core/src/conf/metadata/jahia-tomcat?.xml and copy it to =
+ TOMCAT_HOME/conf/Catalina/localhost and name it jahia.xml.
=
11.Change to the tomcat/bin & run the servlet container (launch
startup.bat or startup.sh depending on your platform).
_______________________________________________
cvs_list mailing list
[email protected]
http://lists.jahia.org/cgi-bin/mailman/listinfo/cvs_list