摘要: 1 #!/bin/sh 2 cd /mnt/tomcat/tomcat_8082/logs; 3 tail -f catalina.out; 阅读全文
posted @ 2017-03-28 14:15 sky10001 阅读(174) 评论(0) 推荐(0) 编辑
摘要: 1 #!/bin/sh 2 cd /mnt/tomcat/tomcat_8082; 3 ps -ef|grep /tomcat_8082/ |awk '{print $2}'|xargs kill -9; 4 ./bin/startup.sh; 5 tail -f ./logs/catalina.o 阅读全文
posted @ 2017-03-28 14:13 sky10001 阅读(215) 评论(0) 推荐(0) 编辑