You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by gr...@apache.org on 2003/11/10 00:28:25 UTC

cvs commit: cocoon-lenya INSTALL-BIN.txt INSTALL-SRC.txt

gregor      2003/11/09 15:28:25

  Modified:    .        INSTALL-BIN.txt INSTALL-SRC.txt
  Log:
  clarified install instructions
  
  Revision  Changes    Path
  1.16      +3 -3      cocoon-lenya/INSTALL-BIN.txt
  
  Index: INSTALL-BIN.txt
  ===================================================================
  RCS file: /home/cvs/cocoon-lenya/INSTALL-BIN.txt,v
  retrieving revision 1.15
  retrieving revision 1.16
  diff -u -r1.15 -r1.16
  --- INSTALL-BIN.txt	22 Oct 2003 07:52:20 -0000	1.15
  +++ INSTALL-BIN.txt	9 Nov 2003 23:28:25 -0000	1.16
  @@ -5,16 +5,16 @@
      +----------------------+
   
   
  -1) Copy the war file into the webapps directory of Tomcat
  +1) Copy the war file into the webapps directory of your servlet container
   
   2) Set your JAVA_HOME environment, e.g.
   
      [unix] 
  -   export JAVA_HOME=/usr/local/j2sdk1.4.2
  +   export JAVA_HOME=/usr/local/j2sdk1.4.2   
   
   3) Copy endorsed libraries
   
  -4) Start up Tomcat, e.g.
  +4) Start up your servlet engine, e.g.
   
      [unix]
      /usr/local/jakarta-tomcat-4.1.24-LE-jdk14/bin/startup.sh
  
  
  
  1.20      +9 -5      cocoon-lenya/INSTALL-SRC.txt
  
  Index: INSTALL-SRC.txt
  ===================================================================
  RCS file: /home/cvs/cocoon-lenya/INSTALL-SRC.txt,v
  retrieving revision 1.19
  retrieving revision 1.20
  diff -u -r1.19 -r1.20
  --- INSTALL-SRC.txt	7 Nov 2003 15:53:25 -0000	1.19
  +++ INSTALL-SRC.txt	9 Nov 2003 23:28:25 -0000	1.20
  @@ -13,16 +13,17 @@
      export ANT_HOME=/usr/local/jakarta-ant-1.5.1
      export PATH=$ANT_HOME/bin:$PATH
   
  -
   2) Copy "build.properties.sample" to "build.properties"
   
   3) Edit build.properties:
   
  -   The most important parameter to update is "cocoon.webapp.dir", which tells
  +   The most important parameter to update is "cocoon.webapp.dir", which specifies
      where the Cocoon webapp directory is located (first you need to build Cocoon).
   
      If you want to run Lenya on Tomcat then you should update the following
  -   parameters: "install.dir" and "cache.dir"
  +   parameters: "install.dir" and "cache.dir".
  +   
  +   Lenya ships with Jetty, so you do not need Tomcat.
   
   4) Build Lenya by typing
   
  @@ -30,9 +31,12 @@
   
   5) Copy endorsed libraries
   
  -6) Start up Tomcat, e.g.
  +6) Start up your servlet engine, e.g.
   
      [unix]
      /usr/local/jakarta-tomcat-4.1.24-LE-jdk14/bin/startup.sh
  +   
  +   or
  +   lenya.sh to start Jetty
   
  -7) Open http://localhost:8080/lenya/ with your browser
  +7) Open http://localhost:8080/lenya/ or http://127.0.0.1:8888 (Jetty)
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: lenya-cvs-unsubscribe@cocoon.apache.org
For additional commands, e-mail: lenya-cvs-help@cocoon.apache.org