linuxtomcat一键维护脚本系下载
系统大全为您分享
#! /bin
a=”/usr
/tomcat7/webapps/ROOT”
b=”/usr
/tomcat7/webapps/ROOT.war”
c=”ROOT.war”
tomcat_stop=”/usr
/tomcat7/bin
utdown.sh”
sh “$tomcat_stop”
ps aufx | grep tomcat | grep root | awk '{print $2}' | xargs kill -9
rm -rf /usr
/tomcat7/logs/catalina.out
if [ -d “$a” ]; then
rm -r “$a”
fi
if [ -f “$b” ]; then
rm “$b”
fi
if [ -f “$c” ]; then
cp “$c” “$b”
fi
d=”/usr
/tomcat7/bin/startup.sh”
sh “$d”
sleep 10
chmod +x work.sh
以上就是系统大全给大家介绍的如何使的方法都有一定的了解了吧,好了,如果知识兔大家还想了解更多的资讯,那就赶紧点击系统大全官网吧。
本文来自系统大全http://www.win7cn.com/如需转载请注明!推荐:win7纯净版
下载仅供下载体验和测试学习,不得商用和正当使用。