19-Mar-2017 21:52:54.646 严重 [RMI TCP Connection(2)-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
19-Mar-2017 21:52:54.661 严重 [RMI TCP Connection(2)-127.0.0.1] org.apache.catalina.core.StandardContext.startInternal Context [] startup failed due to previous errors
这个是什么问题,?要怎么解决?
看这4行的内容应该是,你程序里定义的Listener需要连接到某个server,但是连接时出现了问题,建议把完整日志贴出来.
@taomaokun
@taomaokun
我一一对比了下。你提供的截图的包。出去你框选的第一个包,我的工程里面没有之外。其他的包都是在的。
Spring-webmvc 的jar包没有引入
看错误一般从第一条看起 你看一下你的spring的相关jar包全部引入了没有?ClassNotFoundException明显的错误啊~
看一下你是不是缺少了包了呢?