Eclipse------用Tomcat运行项目后出现:严重: Error configuring application listener of class org.springframework.

Posted 玉天恒

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Eclipse------用Tomcat运行项目后出现:严重: Error configuring application listener of class org.springframework.相关的知识,希望对你有一定的参考价值。

Eclipse中Tomcat运行项目后出现:

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

原因:

其实是你的jar文件没有同步发布到自己项目的lib目录中(如果你是用Maven进行构建的话) 

解决方法:

 点击 Properties 选择Deployment Assembly 再点击右边的Add按钮 选择Java Build Path Entries后点击Next按钮 然后选择你的Maven Dependencies 确定即可

 

转载:
http://www.cnblogs.com/zf29506564/p/5794388.html

 

以上是关于Eclipse------用Tomcat运行项目后出现:严重: Error configuring application listener of class org.springframework.的主要内容,如果未能解决你的问题,请参考以下文章

我用的是Eclipse,用浏览器运行tomcat5.0.28webapps下的Rubbish项目后,点击提交总是出现问题。

eclipse 中tomcat服务器停止了怎么办

eclipse中怎么把项目加入tomcat中运行

用Eclipse如何加载tomcat服务?

用 Eclipse 开普勒运行 tomcat

tomcat在Eclipse中部署后不生产class文件