blob: 23e1ee0af69008267cbd67f73bed3134d40cb790 [file] [log] [blame]
kprice9c922d82006-08-30 22:07:19 +00001<?xml version="1.0" encoding="utf-8"?>
2<!--Arbortext, Inc., 1988-2005, v.4002-->
3<!DOCTYPE concept PUBLIC "-//OASIS//DTD DITA Concept//EN"
4 "concept.dtd">
5<concept id="cwwarovr" xml:lang="en-us">
6<title>Web archive (WAR) files</title>
7<prolog><metadata>
8<keywords><indexterm>WAR files<indexterm>overview</indexterm></indexterm>
9</keywords>
10</metadata></prolog>
11<conbody>
12<p> A Web application is a group of HTML pages, JSP pages, servlets, resources
13and source file, which can be managed as a single unit. A Web archive (WAR)
14file is a packaged Web application. WAR files can be used to import a Web
15application into a Web server.</p>
16<p>In addition to project resources, the WAR file includes a Web deployment
17descriptor file. The Web deployment descriptor is an XML file that contains
18deployment information, MIME types, session configuration details, and other
19settings for a Web application. The Web deployment descriptor file (<filepath>web.xml</filepath>)
20provides information about the WAR file is shared with the developers, assemblers,
21and deployers in a J2EE environment.</p>
22<p>The Web development environment provides facilities for importing and exporting
23WAR files, using the following wizards: <ul>
24<li><ph>Import Resources from a WAR File</ph>, which requires that you to
25specify a Web project. You can use existing projects or create them as you
26use the wizard.</li>
27<li><ph>Export Resources to a WAR File</ph>, which requires only an export
28location and some optional settings</li>
29</ul></p>
30</conbody>
31</concept>