码迷,mamicode.com
首页 >  
搜索关键字:tomcat--脚本开启、重启和停止命令    ( 1个结果
tomcat--脚本开启、重启和停止命令
#!/bin/bash#ConfluenceLinuxservicecontrollerscriptcd"/data/wiki/atlassian/confluence/bin"case"$1"instart)./start-confluence.sh;;stop)./stop-confluence.sh;;restart)./stop-confluence.sh./start-confluence.sh;;*)echo"Usage:$0{start|stop|restart}"exit1;;esac
分类:其他好文   时间:2016-06-07 13:15:51    阅读次数:487
1条  
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!