使用搭建ssm框架环境时项目启动不了

使用搭建ssm框架环境时项目启动不了,以下是错误信息,有大神知道的吗?就在web.xml配置spring后发生错误

28-Jul-2019 01:28:50.892 严重 [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
    at org.apache.catalina.startup.HostConfig.manageApp(HostConfig.java:1736)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
28-Jul-2019 01:28:50.895 严重 [RMI TCP Connection(3)-127.0.0.1] org.apache.catalina.core.StandardContext.startInternal Context [] startup failed due to previous errors
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:498)

以下是我的web.xml配置

org.apache.catalina.core.StandardContext.startInternal Context [] startup failed due to previous errors
说明是你的应用中用到了什么组件启动失败了。你贴出来的 web.xml 并没有看到内容。