Page tree

Versions Compared

Key

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

...

Warning

Dont' follow this artcile yet. I got to clean it up.

 


Introduction

This is a continution of the Bonsai Framework 0FS Tomcat setup and explains how to scale vertically (article can be written of why this vertical is better than just increasing heap size) by adding two additional instances of Tomcat on the same machine.This article gives an example of setting up 2 Tomcat instances using the same version of Java,

  • 0FS Tomcat Instance 1 on Java 1.6.0_16 run by user serveradmin
  • 0FS Tomcat Instance 2 on Java 1.6.0_16 run by user serveradmin

...

Everything is all packaged up at http://www.bonsaiframework.com/downloads/0fs-tomcat-linux/,

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,

...