StartingGrinder

How to get Tomcat running
  1. Start MySQL Server running as a background app
  2. Go to whatever directory you want to be the current Tomcat directory (i.e. the directory that will be used for any files given without path information).
  3. Terminate currently running copy of Tomcat (if any) stoptomcat
  4. Start Tomcat up (again) starttomcat
  5. /projects/sysbio/apps/java/tomcat/bin/catalina.sh contains the setting JAVA_OPTS="-Xmx4000m". Change this to change the size of Tomcat's heap.
  6. stoptomcat and starttomcat are defined in /projects/sysbio/etc/stuartlab-init.csh

-- Main.gregd - 16 Jan 2008