On 9/12/07, minky arora <[EMAIL PROTECTED]> wrote:

OK,  one more time:

> export JAVA_HOME="watevr".....but still nothing.

First, open a new terminal window. The default OS X shell is
tcsh, so first thing type "bash".

At the next prompt type "echo $JAVA_HOME". If that returns
nothing, type "export
JAVA_HOME=/Systems/Library/Frameworks/JavaVM.framework/Versions/1.5.0"

Then try echo again. Repeat that for CATALINA_HOME.

Once you're sure those two environment variables are good, you
can start Tomcat from that shell by typing
"$CATALINA_HOME/bin/catalina.sh run"

Try accessing a JSP; if it doesn't work, send the entire log output
seen in  the shell you started in.

-- 
Hassan Schroeder ------------------------ [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