Hi all...

I have a Sun Solaris Server with TomCat 3.0. and JDK 1.2.2

I tried to set the TOMCAT_OPTS variable in tomcat.sh file, but I have a
error whit -Xms and -Xmx parameters.

below shows you the description of the line in tomcat.sh file

$TOMCAT_OPTS -Dtomcat.home=${TOMCAT_HOME} org.apache.tomcat.startup.Tomcat
"$@"

I tried to set the TOMCAT_OPTS variable in the following way

$TOMCAT_OPTS -Xms64M -Xmx128M -Dtomcat.home=${TOMCAT_HOME}
org.apache.tomcat.startup.Tomcat "$@"

Which correct way is of making it?

Thank you in advance!!

Reply via email to