Page tree

Versions Compared

Key

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

...

Package VersionCommentsNext Step Version
v0.1Basic Tomcat with Java embedded.Ongoing Maintenance with new versions of Java and documentation of who's using it and where.
v0.2Harden Tomcat and maintain a log.... will be done as part of the Bonsai group work ...
v0.3Rolling LogsFix catalina.outlog rotation (determine best route) and petition to get this fixed. Kevin looking into this.

Install by unzipping as serveradmin,

Code Block
languagebash
su - serveradmin
wget http://www.bonsaiframework.com/downloads/0fs-tomcat-linux/0fs-tomcat.tar.gz # this symbolically points to the latest 64-bit version
tar -xvpf 0fs-tomcat.tar.gz
exit # leave server admin back to staff user,

Then as a sudo staff user, sudo,

Code Block
languagebash
sudo mv /home/serveradmin/0fs-tomcat/ /opt/tomcat.1/

...