cd /usr/local/tomcat/apache-tomcat-7.0.68/bin
sh shutdown.sh 关闭
sh startup.sh 开启
ps -ef |grep tomcat 看是否已经有tomcat在运行了
source /etc/profile 刷新
zip -r xxx.zip xxx #压缩xxx目录
unzip xxx.zip #解压xxx
#如果有进程未关闭,用kill;
kill -9 pid #pid 为相应的进程号
chmod +x *.sh 赋权.sh