Hi,

the war-file is  another name for a special ZIP-file used for J2EE deployment.

- how do I create one:
  - use jar and rename resulting file to *.war
  - use a zip-tool and rename resulting file to *.war
- other ways to deploy/run struts-applications
  - check with your servlet-engine
    - usually:
      - war-files
      - expanded directory-trees
      - ear-files (if your servlet-engine is also a ejb-appserver
- what's a war-file
  - Web-applicationArchiveResource
  -> it is specified in the servlet-specifications by sun

hope this helps
Alexander

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Monday, November 12, 2001 10:24 AM
To: [EMAIL PROTECTED]
Subject: WAR file???


greetings to all,

Will some body say me how can i create a "war" file and what is the
significance of a war file.Is it only the war file,that can be specified for
executing with struts,
http://localhost:8080/warfile 

is there any other way,other than war file.

Thank you in advance..

with regards,
ciju
cijukurian

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to