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

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

相关文章
相关标签/搜索