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

 

posted @ 2018-11-22 11:40  奔跑de陀螺  阅读(205)  评论(0编辑  收藏  举报