RE: Running on Mac OS 10.4

2008-06-22 Thread Walter Thompson
:[EMAIL PROTECTED] Sent: Saturday, June 21, 2008 5:01 PM To: Tomcat Users List Subject: Re: Running on Mac OS 10.4 please confirm this entry in $TOMCAT_HOME/bin/catalina.sh CLASSPATH=$CLASSPATH:$CATALINA_HOME/bin/bootstrap.jar: pls confirm $CATALINA_HOME/bin/bootstrap.jar exists Martin

Re: Running on Mac OS 10.4

2008-06-21 Thread Martin
Walter- org/apache/catalina/startup/Bootstrap is located in $TOMCAT_HOME/bin/bootstrap.jar FWIW Martin - Original Message - From: Walter Thompson [EMAIL PROTECTED] To: users@tomcat.apache.org Sent: Saturday, June 21, 2008 5:08 PM Subject: Running on Mac OS 10.4 We are trying to

RE: Running on Mac OS 10.4

2008-06-21 Thread Caldarale, Charles R
From: Walter Thompson [mailto:[EMAIL PROTECTED] Subject: Running on Mac OS 10.4 We are trying to run Tomcat 6.0.16 on Mac OS 10.4.11. Installed using download, followed instructions. Which download - the .tar or .zip? Which instructions? Also getting error Message: Exception in thread

RE: Running on Mac OS 10.4

2008-06-21 Thread Walter Thompson
Sorry I didn't mention that, the .zip version. -Original Message- From: Caldarale, Charles R [mailto:[EMAIL PROTECTED] Sent: Saturday, June 21, 2008 4:22 PM To: Tomcat Users List Subject: RE: Running on Mac OS 10.4 From: Walter Thompson [mailto:[EMAIL PROTECTED] Subject: Running

RE: Running on Mac OS 10.4

2008-06-21 Thread Walter Thompson
1) .zip 2) java is 1.5 3) yes, using startup.sh Walter -Original Message- From: Caldarale, Charles R [mailto:[EMAIL PROTECTED] Sent: Saturday, June 21, 2008 4:22 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

2008-06-21 Thread Caldarale, Charles R
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

RE: Running on Mac OS 10.4

2008-06-21 Thread Walter Thompson
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

Re: Running on Mac OS 10.4

2008-06-21 Thread Martin
: Saturday, June 21, 2008 5:29 PM Subject: RE: Running on Mac OS 10.4 1) .zip 2) java is 1.5 3) yes, using startup.sh Walter -Original Message- From: Caldarale, Charles R [mailto:[EMAIL PROTECTED] Sent: Saturday, June 21, 2008 4:22 PM To: Tomcat Users List Subject: RE: Running

RE: Running on Mac OS 10.4

2008-06-21 Thread Caldarale, Charles R
From: Walter Thompson [mailto:[EMAIL PROTECTED] Subject: RE: Running on Mac OS 10.4 OK, another question, how do you set environment variables in Mac OS? I don't have one here to play with, so I'm not sure. If you have some form of command line shell, the normal UNIX command is just VAR

RE: Running on Mac OS 10.4

2008-06-21 Thread Caldarale, Charles R
From: Walter Thompson [mailto:[EMAIL PROTECTED] Subject: RE: Running on Mac OS 10.4 OK, another question, how do you set environment variables in Mac OS? Here's a WIKI article that might be of interest: http://wiki.apache.org/tomcat/TomcatOnMacOS - Chuck THIS COMMUNICATION MAY CONTAIN

Re: Running on Mac OS 10.4

2008-06-21 Thread Ken Bowen
.bash_profile: vi .bash_profile 4. As Chuck stated, just add equations:VAR=value and then export them -Ken On Jun 21, 2008, at 6:24 PM, Caldarale, Charles R wrote: From: Walter Thompson [mailto:[EMAIL PROTECTED] Subject: RE: Running on Mac OS 10.4 OK, another question