How to get Tomcat running
- Start MySQL Server running as a background app
- 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).
- Terminate currently running copy of Tomcat (if any)
stoptomcat
- Start Tomcat up (again)
starttomcat
-
/projects/sysbio/apps/java/tomcat/bin/catalina.sh
contains the setting JAVA_OPTS="-Xmx4000m"
. Change this to change the size of Tomcat's heap.
-
stoptomcat
and starttomcat
are defined in /projects/sysbio/etc/stuartlab-init.csh
-- Main.gregd - 16 Jan 2008