Versions Compared

Key

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

...

Grab Apache Tomcat. I prefer the 5.5.x series. For those 6.x and 7.x fanboys, instructions will likely be similar.

  1. curl -O http://archive.apache.petsads.usorg/dist/tomcat/tomcat-5/v5.5.36/bin/apache-tomcat-5.5.36.tar.gz
  2. mv apache-tomcat-5.5.36.tar.gz /usr/local
  3. cd /usr/local ; tar xzvf apache-tomcat-5.5.36.tar.gz
  4. ln -s /usr/local/apache-tomcat-5.5.36 tomcat5
  5. edit /usr/local/tomcat5/conf/tomcat-users.xml and add a new user "xmlps" with password "secret" with the roles="manager,admin"

...