当前位置: 代码迷 >> Web前端 >> tomcat起动报错:Error configuring application listener of class org.springframework.web.context.ContextLo
  详细解决方案

tomcat起动报错:Error configuring application listener of class org.springframework.web.context.ContextLo

热度:983   发布时间:2013-03-14 10:33:15.0
tomcat启动报错:Error configuring application listener of class org.springframework.web.context.ContextLo

tomcat启动报错:Error configuring application listener of class org.springframework.web.context.ContextLoaderListener

前两天讲在一个eclipse里新建的项目导入到另一个eclipse 就出现了以上的错误,重新启动试了,build path 移除jar包重新添加也试了,problem 里的warning也清除了,但是不见得可以启动起来,但是后来发现webcontext/lib目录下的jar包貌似貌似又有子目录,然后直接讲jar包直接拷贝到lib目录下面,系统可以正常启动了。

总结:webcontext/lib目录下jar包不要再包含子目录。

可能是不同版本的eclipse可能有bug

  相关解决方案