码迷,mamicode.com
首页 > 编程语言 > 详细

IDEA java.lang.ClassNotFoundException: org.springframework.web.context.ContextLoaderListener

时间:2017-10-30 14:30:13      阅读:231      评论:0      收藏:0      [点我收藏+]

标签:一个   选择   contex   按钮   9.png   lease   connect   project   webapp   

初次使用IDEA搭建SpringMVC项目,以为像普通的Webapplication一样,配置好Tomcat直接运行,没想到报了一个错

[2017-10-30 11:27:29,683] Artifact Spittr:war exploded: Artifact is being deployed, please wait...
30-Oct-2017 11:27:29.970 严重 [RMI TCP Connection(3)-127.0.0.1] org.apache.catalina.core.StandardContext.startInternal One or more listeners failed to start. Full details will be found in the appropriate container log file
30-Oct-2017 11:27:29.971 严重 [RMI TCP Connection(3)-127.0.0.1] org.apache.catalina.core.StandardContext.startInternal Context [] startup failed due to previous errors

 

查看Tomcat日志:

30-Oct-2017 11:27:29.969 严重 [RMI TCP Connection(3)-127.0.0.1] org.apache.catalina.core.StandardContext.listenerStart Error configuring application listener of class org.springframework.web.context.ContextLoaderListener
java.lang.ClassNotFoundException: org.springframework.web.context.ContextLoaderListener

 

查了一下发现是部署的时候少东西,那么就进入

File-Project Structure-Artifacts

会发现在Available Elements目录下有一些包没有拷贝到左侧的output目录

右键Available Element,然后选择Put into xxx就可以了,

技术分享

 或者右下角应该有一个Fix...按钮,按照提示操作

技术分享

 

IDEA java.lang.ClassNotFoundException: org.springframework.web.context.ContextLoaderListener

标签:一个   选择   contex   按钮   9.png   lease   connect   project   webapp   

原文地址:http://www.cnblogs.com/lvjianwei/p/7753915.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!