项目场景:
不知道为什么启动Tomcat的时候总是报这个错,查了好多博客还是没能解决,但是把url地址复制到谷歌浏览器又是正常的,小白不懂先记录一下
问题描述:
[2021-08-12 02:49:43,866] Artifact itheima_spring_mvc1:war exploded: Artifact is being deployed, please wait...
[2021-08-12 02:49:43,886] Artifact itheima_spring_mvc1:war exploded: Error during artifact deployment. See server log for details.
12-Aug-2021 14:49:53.399 信息 [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDescriptor Deploying configuration descriptor C:\Users\50676\AppData\Local\JetBrains\IntelliJIdea2020.1\tomcat\Unnamed_Spring_4\conf\Catalina\localhost\itheima_spring_mvc1_war_exploded.xml
12-Aug-2021 14:49:54.657 信息 [localhost-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
12-Aug-2021 14:49:54.697 信息 [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDescriptor Deployment of configuration descriptor C:\Users\50676\AppData\Local\JetBrains\IntelliJIdea2020.1\tomcat\Unnamed_Spring_4\conf\Catalina\localhost\itheima_spring_mvc1_war_exploded.xml has finished in 1,298 ms
12-Aug-2021 14:49:54.697 信息 [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory E:\apache-tomcat-8.5.13\webapps\manager
12-Aug-2021 14:49:54.727 信息 [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory E:\apache-tomcat-8.5.13\webapps\manager has finished in 30 ms
解决方案:
最后终于试出来点击刷新就可以成功跳转,就是每次重启是总要再点一次