| Tomcat v5.5 Server at localhost failed to start [message #209368] |
Mon, 03 March 2008 10:36  |
|
Originally posted by: salamlinux.free.fr
I have a fresh new FC8, Tomcat 5.5.26 and eclipse 3.3 with WTP.
Tomcat can be run normally outside of eclipse on port 8080
I create a new workspace, setup a Tomcat runtime server, add a jsp page,
do run as server and get the following error message
**************************************************
!ENTRY org.eclipse.wst.server.core 4 0 2008-03-03 15:45:55.637
!MESSAGE Server Tomcat v5.5 Server at localhost failed to start.
*************************************************
This error message in the log gives me no clue to try to understand the
problem. Switching to the console, I see the folowing error message :
************************************************************ ***************
Exception in thread "main" java.lang.NoClassDefFoundError:
org/apache/commons/logging/LogFactory
at org.apache.catalina.startup.Bootstrap.<clinit>(Bootstrap.java:54)
************************************************************ ***************
My config are as foolows (taken from .log file)
eclipse.buildId=I20070625-1500
java.version=1.5.0_14
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=linux, ARCH=x86, WS=gtk, NL=en_US
Command-line arguments: -os linux -ws gtk -arch x86 -data /root/WTP
|
|
|