用Java 调用tomcat的启动命令 怎么才能得到tomcat的启动日志

2025-05-16 16:05:00
推荐回答(1个)
回答(1):

tomcat的启动日志保存在tomcat/logs目录下,可以直接读取logs目录下的.log文件查看。