gotta export and have quotes:
export TOMCAT_OPTS="-Xms64M -Xmx128M"
bill
-----Original Message-----
From: Mario Vera [mailto:[EMAIL PROTECTED]]
Sent: Thursday, March 29, 2001 4:22 PM
To: [EMAIL PROTECTED]
Subject: setting TOMCAT_OPTS Variable
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!!