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

简介: 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


31.png

2. 选择Jave Build Path Entries

32.png


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

33.png

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

相关文章
|
10月前
|
Java 应用服务中间件 Maven
Error configuring application listener of class org.springframework.web.context.ContextLoaderListene
Error configuring application listener of class org.springframework.web.context.ContextLoaderListene
77 0
|
Java 应用服务中间件 数据处理
Java Web class notes | Java Web
Java Web class notes | Java Web
86 0
Java Web class notes | Java Web
|
缓存 Java Maven
严重: Error configuring application listener of class org.springframework.web.context.ContextLoaderLis
严重: Error configuring application listener of class org.springframework.web.context.ContextLoaderLis
104 0
严重: Error configuring application listener of class org.springframework.web.context.ContextLoaderLis
|
Java Maven
严重: Error configuring application listener of class org.springframework.web.util.Log4jConfigListener
严重: Error configuring application listener of class org.springframework.web.util.Log4jConfigListener
106 0
严重: Error configuring application listener of class org.springframework.web.util.Log4jConfigListener
|
JavaScript 前端开发
Web前端学习:jQuery基础--1【简介和安装、语法使用、三种选选择器的使用(元素、class、id)】(附操作源码)
Web前端学习:jQuery基础--1【简介和安装、语法使用、三种选选择器的使用(元素、class、id)】(附操作源码)
246 0
Web前端学习:jQuery基础--1【简介和安装、语法使用、三种选选择器的使用(元素、class、id)】(附操作源码)
|
SQL 移动开发 前端开发
ES6(六)用Class + Promise封装一下Web SQL
用Class + Promise封装一下Web SQL
229 0