Hi Bill...

Thank you for your information...

-----Mensaje original-----
De: Bill Graham [mailto:[EMAIL PROTECTED]]
Enviado el: Jueves, 29 de Marzo de 2001 02:45 p.m.
Para: [EMAIL PROTECTED]; [EMAIL PROTECTED]
Asunto: RE: setting TOMCAT_OPTS Variable


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!!

Reply via email to