linuxtomcat一键维护脚本系
系统教程导读
收集整理了【linuxtomcat一键维护脚本系】操作系统教程,小编现在分享给大家,供广大互联网技能从业者学习和参考。文章包含631字,纯文字阅读大概需要1分钟。
系统教程内容图文
为您提供
<span style="font-family: Arial, Helvetica, sans-serif;">#! /bin
</span>
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纯净版
系统教程总结
以上是为您收集整理的【linuxtomcat一键维护脚本系】操作系统教程的全部内容,希望文章能够帮你了解操作系统教程linuxtomcat一键维护脚本系。
如果觉得操作系统教程内容还不错,欢迎将网站推荐给好友。