Author: michi
Date: Wed Feb 22 13:10:34 2006
New Revision: 379899
URL: http://svn.apache.org/viewcvs?rev=379899&view=rev
Log:
note about endorsed libs added
Modified:
lenya/branches/BRANCH_1_2_X/INSTALL-BIN.txt
Modified: lenya/branches/BRANCH_1_2_X/INSTALL-BIN.txt
URL:
http://svn.apache.org/viewcvs/lenya/branches/BRANCH_1_2_X/INSTALL-BIN.txt?rev=379899&r1=379898&r2=379899&view=diff
==============================================================================
--- lenya/branches/BRANCH_1_2_X/INSTALL-BIN.txt (original)
+++ lenya/branches/BRANCH_1_2_X/INSTALL-BIN.txt Wed Feb 22 13:10:34 2006
@@ -25,7 +25,13 @@
1) Copy lenya.war into .../TOMCAT_PREFIX/webapps directory
-2) Copy endorsed libraries into .../TOMCAT_PREFIX/common/endorsed directory
+2) Copy endorsed libraries into .../TOMCAT_PREFIX/common/endorsed directory.
+
+ (Unpack the lenya.war file by typing jar -xf lenya.war and you will find the
+ endorsed libraries within WEB-INF/lib/endorsed)
+
+ Also please make sure to delete any "duplicated" older libraries from the
+ endorsed directory.
3) Startup Tomcat
@@ -34,4 +40,4 @@
Known issues
------------
Please read the "Known issues" section in the README.txt file
-to find out more about known bugs/issues in Apache Lenya.
\ No newline at end of file
+to find out more about known bugs/issues in Apache Lenya.
|