Versions Compared

Key

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

...

To install a new version (this may vary by major version):

Tomcat 6.0

(The mirror sites may vary, start from http://tomcat.apache.orgImage Added)

http://www.devlib.org/apache/tomcat/tomcat-6/v6.0.30/bin/apache-tomcat-6.0.30.tar.gzImage Removed
tar -xvzf apache-tomcat-6.0.30.tar.gz
rm apache-tomcat-6.0.30.tar.gz

wget http://www.devlib.org/apache/tomcat/tomcat-6/v6.0.30/bin/apache-tomcat-6.0.30-deployer.tar.gzImage Removed
tar -xvzf apache-tomcat-6.0.30-deployer.tar.gz
rm apache-tomcat-6.0.30-deployer.tar.gz

(I am not sure we actually need the deployer).

Tomcat 5.5

wget http://www.trieuvan.com/apache/tomcat/tomcat-5/v5.5.31/bin/apache-tomcat-5.5.31.tar.gzImage Added http://www.trieuvan.com/apache/tomcat/tomcat-5/v5.5.31/bin/apache-tomcat-5.5.31.tar.gzImage Added
tar -xvzf apache-tomcat-5.5.31.tar.gz
rm  apache-tomcat-5.5.31.tar.gz

All

To actually use the new version the setting for JAKARTA must be changed in e.g. ~srs/scripts/java-env.sh

Notes

There is now a tomcat 7.0, but perhaps we don't want to try it yet.
The Fermi servers are all running tomcat 5.0, maybe we could simplify things by changing to tomcat 6?