0
点赞
收藏
分享

微信扫一扫

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


IDE:Eclipse-mars
架构:springMVC + maven项目

以下为网上转载,原地址(http://blog.csdn.net/itlionwoo/article/details/17523371):

创建一个干净Spring MVC用Tomcat启动之后一直显示下面这个错误,网上找了很多方法也没有解决问题,后面最终找到终极解决方案

错误信息:

SEVERE: Error configuring application listener of class org.springframework.web.context.ContextLoaderListener

解决方案:

1. 打开工程属性对话框,到Deployment Assembly页面,点击Add

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

2. 选择Jave Build Path Entries

Error configuring application listener of class org.springframework.web.context.ContextLoader_解决方案_02

3. 把程序用于的Library加入进来

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

4. 重新运行Server应该看不到这个问题了


举报

相关推荐

0 条评论