unzip命令


unzip abc.war -d abc


在当前目录下解压abc.war到abc目录下

参数-d:创建abc目录


其实在linux下不用解压war包也行,只要上传了war包,tomcat服务器自动解析