rt-80启动tomcat

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.out;

posted @ 2017-03-28 14:13  sky10001  阅读(215)  评论(0编辑  收藏  举报