如何让tomcat不记录catalina.out这个日志文件 2017-12-25 tomcat日志记录配置在conf/logging.properties中 有这5类日志 catalina,localhost,manager,admin(控制台),host-manager 还有8个级别 其中 设置为OFF 就可以关闭该类日志 记录功能 打开logging.properties 如图就将控制台日志记录设置为关闭: java.util.logging.ConsoleHandler.level = OFF 实时查看tomcat日志命令 tail -f catalina.out
Server Apache Tomcat v9 at localhost was unable to start within 45 seconds. If the server requires more time, try increasing the timeout in the server editor. 2024-08-29