Install Tomcat 6.0.18 on CentOS 5.3

It is super easy, just download, extract and run it.

  1. wget http://archive.apache.org/dist/tomcat/tomcat-6/v6.0.18/bin/apache-tomcat-6.0.18.tar.gz
  2. set JAVA_HOME to point at the jdk location I found with “export JAVA_HOME=/usr/local/jdk1.6.0-17/ (see here)
  3. tar zvxf apache-tomcat-6.0.18.tar.gz
  4. cd apache-tomcat-6.0.18/bin
  5. ./startup.sh

One Response to “Install Tomcat 6.0.18 on CentOS 5.3”

Leave a Reply