[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Newsgroup Home]
|
[news.eclipse.webtools] Tomcat-6
|
- From: jieryn@xxxxxxxxx (jieryn)
- Date: Tue, 20 May 2008 14:26:34 +0000 (UTC)
- Newsgroups: eclipse.webtools
- Organization: Eclipse
- User-agent: NewsPortal/0.36 (http://florian-amrhein.de/newsportal)
I'm having a lot of difficulty getting Tomcat-6 working inside
Eclipse-3.3.2 and WTP-2.0.2 on a Linux rig.
Without any webapps deployed I'm taking CNFE:
java.lang.NoClassDefFoundError: org/apache/tomcat/util/log/SystemLogHandler
at java.lang.Class.getDeclaredConstructors0(Native Method)
at java.lang.Class.privateGetDeclaredConstructors(Class.java:2389)
at java.lang.Class.getConstructor0(Class.java:2699)
at java.lang.Class.newInstance0(Class.java:326)
at java.lang.Class.newInstance(Class.java:308)
at org.apache.catalina.startup.Bootstrap.init(Bootstrap.java:218)
at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:390)
Caused by: java.lang.ClassNotFoundException:
org.apache.tomcat.util.log.SystemLogHandler
at java.net.URLClassLoader$1.run(URLClassLoader.java:200)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:276)
at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:319)
But I verify that the Tomcat-6 runtime is configured properly according to
Eclipse (it finds the lib/jasper-el.jar, apparently the only criteria for
verifying) and in that same directory I verify that I have
tomcat-coyote.jar (which contains SystemLogHandler).
Any help is greatly appreciated, thanks!