linux下实时查看tomcat运行日志

1、先切换到:cd usr/local/tomcat5/logs
2、tail -f catalina.out
3、这样运行时就可以实时查看运行日志了
Ctrl+c 是退出tail命令。

你可能感兴趣的:(linux下实时查看tomcat运行日志)