> From: news [mailto:[EMAIL PROTECTED] On Behalf Of Oliver Hirschi > Subject: Re: Tomcat does not start after update > > 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?
The above looks rather unusual. The classpath is being set somewhere, otherwise it would have only the "." entry. Also, if that's the Tomcat 5.5 compatibility package jar for running with a 1.4 JVM, it must not be present for execution on a 1.5 JVM, so get rid of it. - 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]