关于使用spingMVC框架启动tomcat服务器失败的问题
程序员文章站
2022-12-02 18:38:59
关于springMVC项目启动tomcat报错的问题问题描述:在启动tomcat服务器时总是报错:org.apache.catalina.core.StandardContext.startInternal One or more listeners failed to start. Full details will be found in the appropriate container log file一个或多个监听器启动失败导致tomcat服务器启动失败解决方法:(idea ide)...
关于springMVC项目启动tomcat报错的问题
问题描述:
在启动tomcat服务器时总是报错:
org.apache.catalina.core.StandardContext.startInternal One or more listeners failed to start. Full details will be found in the appropriate container log file
一个或多个监听器启动失败
导致tomcat服务器启动失败
解决方法:
(idea ide)
左上角 file-Project Stricture-Artifacts
然后点击ok,就能正常启动tomcat了
启动完成后可能还会遇见另外一个问题
解决方法如下:
run-Edit Configurations
红色圆圈内若不是斜杠直接改为斜杠就可以了
至此,问题解决。
本文地址:https://blog.csdn.net/qq_45771692/article/details/107684758
上一篇: 人艰不拆
下一篇: 命令行方式创建iis5的虚拟目录