跟jar差不多,反正是打包文件。

解决方案 »

  1.   

    .war file is a zip file. you can use a tool in j2ee to zip your 
    source code to a zip file,the file is .war,and you can deploy 
    this .war file in jrun,so that everyone can visit your application 
    through ie or netscape.
      

  2.   

    .war是把和WEB有关的程序打抱,(*.jsp, servlet)
    .jar是把和app有关的打包(*.java, *.class)
      

  3.   

    我的web应用一定要打包么?不打包会出什么问题不?