使用dos命令打成war包

使用dos命令打成war包,然后使用war包部署到服务器中;

 

进入cmd窗口,切换要打包的目录:使用如下命令:

 

C:\Users\zht\Desktop\apache-tomcat-7.0.20\webapps\sysProject>jar -cvf test.war ./*

 

增加:scripts/jstree_pre1.0_fix_1/themes/apple/d.png(读入= 7765) (写出= 7770)(压缩了 0%)
增加:scripts/jstree_pre1.0_fix_1/themes/apple/dot_for_ie.gif(读入= 43) (写出= 42)(压缩了 2%)
增加:scripts/jstree_pre1.0_fix_1/themes/apple/style.css(读入= 4047) (写出= 985)(压缩了 75%)
增加:scripts/jstree_pre1.0_fix_1/themes/apple/throbber.gif(读入= 1849) (写出= 1545)(压缩了 16%)
增加:scripts/jstree_pre1.0_fix_1/themes/classic/(读入= 0) (写出= 0)(存储了 0%)
.......

 

然后,将会自动生成一个test.war包在sysProject目录中;

 

 

你可能感兴趣的:(dos)