Error configuring application listener of class org.springframework.web.context.

    后台开始是抛这个异常。

 

Error configuring application listener of class org.springframework.web.context.ContextLoaderListener
java.lang.NoClassDefFoundError: org/springframework/core/io/ResourceLoader

 发现是没有spring-core.jar原因。添加jar包后还是报错。

 

后来发现,Dynamic web Module 是3.0,本地跑的是jdk1.6,tomcat6。


Error configuring application listener of class org.springframework.web.context.
 修改工程的.settings的org.eclipse.wst.common.project.facet.core.xml的 里面的 <installed facet="jst.web" version="3.0"/>修改为2.5。重启一下即可。