1、先到tomcat的logs目录下我这边是:/usr/local/apache-tomcat-7.0.73/logs 2、tail -f catalina.out 3、这样,前端有请求时候,就会输出log
Ctrl+c 是退出tail命令。