怎么查看tomcat服务器项目错误日志,tomcat 启动报错日志查看

控制台打印的信息,最后几句话。提示可以去看tomcat的log

Connected to server

[2020-08-04 11:19:10,680] Artifact h5demo:Web exploded: Artifact is being deployed, please wait...

04-Aug-2020 11:19:10.858 信息 [RMI TCP Connection(3)-127.0.0.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.

04-Aug-2020 11:19:10.865 严重 [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

04-Aug-2020 11:19:10.866 严重 [RMI TCP Connection(3)-127.0.0.1] org.apache.catalina.core.StandardContext.startInternal Context [/h5demo_Web_exploded] startup failed due

你可能感兴趣的:(怎么查看tomcat服务器项目错误日志,tomcat 启动报错日志查看)