linux tomcat shutdown.sh 有时不能结束进程,使用如下指令进度重启

ps -ef | grep tomcat | grep -v grep | cut -c 9-15 | xargs kill -9 & ./startup.sh

原文地址:https://www.cnblogs.com/wangyang108/p/9894136.html