1. 本地Tomcat验证,没有错误
2. Maven打包(Run As-Maven Build - package -P developer (Skip Tests))
3. Xshell部署
??? 3.1 连接服务器
| 3.2 172.16.23.21? | 
| 3.3 cd /usr/local/ | 
| 3.4 ls | 
| 3.5 cd tomcat7.MainControl8086/webapps/ | 
| 3.6 ls | 
| 3.7 mv Control.war Control.war.bak0712 | 
| 3.8 ls | 
| 3.9 rm -rf Control.war Control | 
| 3.10 ls | 
| 3.11 cd ../bin | 
| 3.12 ./shutdown.sh | 
| 3.13 $ ps -ef|grep 8086 | 
| 3.14 cd ../webapps/ | 
| 3.15 ls | 
| 3.16 rz | 
| 3.17 ls | 
| 3.18 $ cd ../bin | 
| 3.19 ./startup.sh | 
| 3.20 cd ../logs | 
| 3.21 tail -f catalina.out | 
?