generated from root/miduo_server
tomcat重启脚本
parent
793979f04b
commit
0ceaafd70e
|
|
@ -0,0 +1,6 @@
|
|||
#!/bin/bash
|
||||
. /etc/profile
|
||||
|
||||
bash /usr/local/apache-tomcat-7.0.79/bin/shutdown.sh
|
||||
sleep 1
|
||||
bash /usr/local/apache-tomcat-7.0.79/bin/startup.sh
|
||||
Loading…
Reference in New Issue