On 9/11/07, Hassan Schroeder <[EMAIL PROTECTED]> wrote:

>
> ?? On my Mac  (OS X.4.10)  $JAVA_HOME is:
>
> /System/Library/Frameworks/JavaVM.framework/Versions/1.5.0
>

Hi everyone.

I don't mean to cloud the discussion with a possible non-issue, but
for fun, I just tried defining my JAVA_HOME as you suggested, tried
starting Tomcat and it showed the normal startup 'messages'

canker:~ brian$ $CATALINA_HOME/bin/startup.sh
Using CATALINA_BASE:   /Users/brian/apache-tomcat-5.5.23
Using CATALINA_HOME:   /Users/brian/apache-tomcat-5.5.23
Using CATALINA_TMPDIR: /Users/brian/apache-tomcat-5.5.23/temp
Using JRE_HOME:       /System/Library/Frameworks/JavaVM.framework/Versions/1.5.0

But then if I do a ps -A | grep -i java (or a netstat), I don't see
Tomcat running.

If I do

export JAVA_HOME=/System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Home

(notice the Home on the end)

Then when I start Tomcat, and do a ps -A or netstat, I do see it
running.  I believe the erroneous JAVA_HOME is causing this muted
error.

-- brian

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