tomcat一鍵啓停shell腳本

  #!/bin/bash # Author:FishRoad 2018-09-20 pid=`ps -ef|grep tomcat|grep -v grep|awk '{print $2}'` echo $pid tomcat_home=/home/apache-tomcat-6.0.37forLinux start_tomcat=$tomcat_home/bin/startup.sh
相關文章
相關標籤/搜索