1、进入Linux的logs目录 cd /usr/tomcat/tomcat7/logs (根据自己的路径去写)
2、执行 tail -f catalina.out 命令 这样就可以查看tomcat的日志了。
3、ctrl+C 退出。
CentOS下停止Tomcat运行脚本:http://www.linuxdiyf.com/linux/10850.html
Ubuntu 16.04配置tomcat环境:http://www.linuxdiyf.com/linux/19763.html
windows和linux下将tomcat注册为服务:http://www.linuxdiyf.com/linux/18660.html