tomcat 启动报错严重: Error configuring application listener of class org.springframewo
tomcat 6.0启动报错
严重: Error configuring application listener of class org.springframework.web.context.ContextLoaderListener
java.lang.NoClassDefFoundError: javax/servlet/ServletContextListener
Caused by: java.lang.ClassNotFoundException: javax.servlet.ServletContextListener
tomcat 有两种方式可以集成到eclipse, 一个是myeclipse里面选tomcat,这种方式启动tomcat是可行的。另一种方式:采用点小猫那种方式启动tomcat就报错了。我的测试项目是集成SSH的。