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

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

posted @ 2018-11-02 08:48  傻瓜不傻108  阅读(358)  评论(0编辑  收藏  举报