"Caldarale, Charles R" <[EMAIL PROTECTED]> schrieb im
Newsbeitrag
news:[EMAIL PROTECTED]
> From: news [mailto:[EMAIL PROTECTED] On Behalf Of Oliver Hirschi
> Subject: Tomcat does not start after update
>
> Since a Java or a MacOSX update, my Tomcat 6.0.14 does not start on
> my
> MacOSX Server 10.4.11. There comes always the followed message into
> catalina.out:
Make sure the CLASSPATH environment variable is not set. Apple
hasn't figured out yet that it should > never be set, and certain
product installs muck with it.
Hi Chuck,
I typed into Terminal "echo $CLASSPATH", but there coms a blank line,
so it seems no classpath is set as environment variable.
I also tested
System.out.println(System.getProperty("java.class.path")); in a
test-class and so the output was:
.:/System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Classes/.compatibility/14compatibility.jar
So it seems the classpath is set correct or isn't it?
Thanks, Oli
---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]