Linux 下查看tomcat 控制台实时输出内容

先进入tomcat的logs目录下

cd home/tomcat-xxx/logs

再输入命令

tail -f catalina.out

就可以看到了

Logo

更多推荐