RE: Java Memory Options in Tomcat Startup

2008-05-20 Thread Caldarale, Charles R
> From: Susan G. Conger [mailto:[EMAIL PROTECTED] > Subject: Java Memory Options in Tomcat Startup > > In the startup_tomcat400.sh there is the following line: Just the above is somewhat scary, since the standard Tomcat distributions do not include such a startup file. Is there an

Java Memory Options in Tomcat Startup

2008-05-20 Thread Susan G. Conger
In the startup_tomcat400.sh there is the following line: java -ms64m -Duser.dir="$CATALINA_BASE" -Dcatalina.base="$CATALINA_BASE" -Dcatalina.home="$CATALINA_HOME" -Djava.awt.headless=true -Dos400.awt.native=true org.apache.catalina.startup.Bootstrap "$@" start can someone shed some light on