[wplug-web] lain progress

Robert Dale rdale at wplug.org
Mon Jan 28 22:36:34 EST 2002


On Mon, 28 Jan 2002, Evan DiBiase wrote:

> Excellent! Is there any possibility of you hacking together an install guide
> so I can get up to speed on my Linux machine at home?
> 
> I'll emerge Tomcat and Cocoon now...

cat /home/lain/INSTALL:

Grab and install the following:

 Java SDK 1.4 - http://java.sun.com/j2se/1.4/
 Tomcat - http://jakarta.apache.org/builds/jakarta-tomcat-4.0/release/v4.0.1/
 Cocoon2 - http://xml.apache.org/dist/cocoon/

Configure:

  export JAVA_HOME=/path/to/j2sdk1.4
  export PATH=$JAVA_HOME/bin;$PATH
  export CATALINA_HOME=/path/to/jakarta-tomcat-4.0.1
  # install cocoon2 - they you can copy the war file over, but that didn't
  # seem to work for me.  Then again, this doesn't seem to fully work either
  cd $CATALINA_HOME/webapps; jar xf cocoon-2.0/cocoon.war

Start Tomcat:

  $CATALINA_HOME/bin/startup.sh

Test:

  http://localhost:8080
  http://localhost:8080/cocoon


-- 
Robert Dale

wplug member since 1998





More information about the Wplug-web mailing list