OK, another question, how do you set environment variables in Mac OS?

Thanks. 

-----Original Message-----
From: Caldarale, Charles R [mailto:[EMAIL PROTECTED] 
Sent: Saturday, June 21, 2008 4:57 PM
To: Tomcat Users List
Subject: RE: Running on Mac OS 10.4

> From: Walter Thompson [mailto:[EMAIL PROTECTED]
> Subject: RE: Running on Mac OS 10.4
>
> 3) yes, using startup.sh

The startup.sh script should generate a call to "catalina.sh start",
which in turn should generate a java command line that includes a
-classpath of $CATALINA_HOME/bin/bootstrap.jar.  You can also do
"catalina.sh run" directly, if you want to see what it's doing.

Make sure you do not have a CLASSPATH environment variable set to
anything (this is critical), and that JAVA_HOME is set to the location
of your JDK.  (If you only have a JRE, set JRE_HOME instead.)  Also
insure that neither CATALINA_OPTS nor JAVA_OPTS are present for your
initial testing.

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY
MATERIAL and is thus for use only by the intended recipient. If you
received this in error, please contact the sender and delete the e-mail
and its attachments from all computers.

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe,
e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to