linux 查看tomcat 日志

tomcat 重启:
2 cd /opt/appserver/apache-tomcat-9.0.2/bin
3 ./shutdown.sh
4 -ef|grep tomcat
5 kill -9 9812
6 ./startup.sh

   查看log日志

1 cd /www/server/apache-tomcat-8.5.32/logs
2 tail -f catalina.out
原文地址:https://www.cnblogs.com/joe-tang/p/9174099.html