Ubuntu 实时监控tomcat日志

1、先切换到:cd tomcat/logs

2、tail -f catalina.out

3、这样运行时就可以实时查看运行日志了

Ctrl+c 是退出tail命令。


你可能感兴趣的:(Ubuntu 实时监控tomcat日志)