Bootstrap

SSH启动tomcat步骤

# ./shutdown.sh
# ps auxw | grep java
# kill -9 XXX(上面返回的JAVA进程ID,这里面输入 KILL掉)
# ./startup.sh
;