When in the directory of your web app: "jar -cvf myapp.war ." (without
quotes, of course)
-Original Message-
From: Anshul [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, July 03, 2001 12:51 PM
To: [EMAIL PROTECTED]
Subject: How to make a war file
I have got all the file structure ready to mak
Hi !
See the attached files. Edit the build.xml and change this line:
Set the value to your application's directory name, and run the batch. Thats
it.
- Original Message -
From: "Anshul" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, July 03, 2001 10:51 AM
Subject: How t
> - is war-file a jar-file?
Yes, except it's got some extra entries, and it ends in ".war". See the
servlet spec, at http://java.sun.com/products/servlet/2.2/ , for more
information on the WAR file format.
- which "command"/tool can I use to do it?
jar.
use the jar tool, but put a war extension instead of jar.
Bo Xu wrote:
>
> Hi :-) could anybody tell me how to put a myapp/Servlet-context into a
> war file? I can do something similar with J2EERI, but I don't know how
> to do it by myself:
>
> - is war-file a jar-file?
> - which "command"/too