For those that don't know what a ".war" file is... 

        From the Servlet 2.2 spec:

        "Web applications can be packaged and signed, using the standard Java Archive 
tools, into a Web
        ARchive format (war) file. For example, an application for issue tracking 
could be distributed in an
        archive with the filename issuetrack.war.
        When packaged into such a form, a META-INF directory will be present which 
contains
        information useful to the Java Archive tools. If this directory is present, 
the servlet container must
        not allow it be served as content to a web client's request."

        In human terms... It is a jar file of everything that you would need in a 
JSP/Servlet application.  This includes any classes, JSP and Servlets that are used by 
the application.  The purpose of it is to allow you to package applications and 
install applications on different servers with ease.

HTH,
Abraham Kang

        


-----Original Message-----
From:   Bernard Sauterel [SMTP:[EMAIL PROTECTED]]
Sent:   Thursday, January 20, 2000 2:13 PM
To:     Abraham Kang
Subject:        Re: Support of WAR files.

>Does anyone know if or when OrionServer will support .war files?
What are ".war" files ?

With best regards, Bernard Sauterel


+------------------+----------------------------+
| Bernard Sauterel | sauterel.net               |
+------------------+----------------------------+
             email | [EMAIL PROTECTED]
            direct | 022 840 31 58
               fax | 022 840 31 56
             natel | 078 604 43 34


Reply via email to