tomcat重启脚本

master
PC-202302260912\Administrator 2023-07-26 16:29:24 +08:00
parent 793979f04b
commit 0ceaafd70e
1 changed files with 6 additions and 0 deletions

6
login_reboot.sh 100644
View File

@ -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