码迷,mamicode.com
首页 > 其他好文 > 详细

杀掉TOMCAT并重启的脚本

时间:2017-07-13 10:44:45      阅读:110      评论:0      收藏:0      [点我收藏+]

标签:僵死   tar   start   int   tomcat   xargs   app   usr   gre   

/usr/local/tomcat7/bin/shutdown.sh 
sleep 5  #具体时间就看你得webapp在调用shutdown.sh后多久后处于僵死状态 
ps -ef | grep tomcat | grep -v grep| awk {print $2} | xargs kill -9 
sleep 2 
/usr/local/tomcat7/bin/startup.sh 

 

杀掉TOMCAT并重启的脚本

标签:僵死   tar   start   int   tomcat   xargs   app   usr   gre   

原文地址:http://www.cnblogs.com/littlehb/p/7158584.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!