Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Panel

export JAVA_HOME=/usr/java/latest
export JRE_HOME=/usr/java/latest/jre
export ANT_HOME=/usr/local/ant
export CATALINA_HOME=/usr/local/tomcat
export PATH=$JAVA_HOME/bin:$ANT_HOME/bin:$PATH

These environment variables will take effect whenever you next login to the machine.  You can also run each of these commands from the console to take effect immediately.

Step 4: Download and install Apache Tomcat 5.5.x

In order to download Apache Tomcat 5.5.x, navigate to the Apache Tomcat website (http://tomcat.apache.org/) and click on the Tomcat 5.x link under the Download section.  The following screen will allow you to download the latest version of Apache Tomcat, which is 5.5.23 as of July 2007.  Under the "Binary Distributions" section of 5.5.23, choose to download the TAR.GZ version of the Core distribution as seen in the screenshot below.

Step 5: Download and install Ant 1.7.x

...