Skip to main content

This CGIT instance is deprecated, and repositories have been moved to Gitlab or Github. See the repository descriptions for specific locations.

summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlmandel2006-01-23 07:32:18 +0000
committerlmandel2006-01-23 07:32:18 +0000
commit49d6a1a4a584ea5c87dd89f2298341acfe397274 (patch)
treea75f9bc0402788d7575bd245155f75d516b7ed52 /docs/org.eclipse.wst.webtools.doc.user/topics/cwwarovr.html
parent91e22bb950361d2dedb33e19e48703ae9ca972a2 (diff)
downloadwebtools.sourceediting-49d6a1a4a584ea5c87dd89f2298341acfe397274.tar.gz
webtools.sourceediting-49d6a1a4a584ea5c87dd89f2298341acfe397274.tar.xz
webtools.sourceediting-49d6a1a4a584ea5c87dd89f2298341acfe397274.zip
[121475] Updated for Webtools documentation.
Diffstat (limited to 'docs/org.eclipse.wst.webtools.doc.user/topics/cwwarovr.html')
-rw-r--r--docs/org.eclipse.wst.webtools.doc.user/topics/cwwarovr.html49
1 files changed, 16 insertions, 33 deletions
diff --git a/docs/org.eclipse.wst.webtools.doc.user/topics/cwwarovr.html b/docs/org.eclipse.wst.webtools.doc.user/topics/cwwarovr.html
index 0082f37600..abfebbe57d 100644
--- a/docs/org.eclipse.wst.webtools.doc.user/topics/cwwarovr.html
+++ b/docs/org.eclipse.wst.webtools.doc.user/topics/cwwarovr.html
@@ -1,10 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html
- PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html>
-<head>
+ PUBLIC "-//IETF//DTD HTML 4.0//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html><head>
<!-- /*******************************************************************************
- * Copyright (c) 2000, 2005 IBM Corporation and others.
+ * Copyright (c) 2000, 2006 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
@@ -13,52 +12,36 @@
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/ -->
-<link rel="stylesheet" type="text/css" href="../../org.eclipse.wst.doc.user/common.css" />
+<link rel="stylesheet" type="text/css" href="../../org.eclipse.wst.doc.user/common.css"/>
<title>Web archive (WAR) files</title>
</head>
<body id="cwwarovr"><a name="cwwarovr"><!-- --></a>
-
<h1 class="topictitle1">Web archive (WAR) files</h1>
-<div><p>A Web application is a group of HTML pages, JSP pages, servlets, resources and source
-
-file, which can be managed as a single unit. A Web archive (WAR) file is a
-
-packaged Web application. WAR files can be used to import a Web application
-
-into a Web server.</p>
+<div><p> A Web application is a group of HTML pages, JSP pages, servlets, resources
+and source file, which can be managed as a single unit. A Web archive (WAR)
+file is a packaged Web application. WAR files can be used to import a Web
+application into a Web server.</p>
<p>In addition to project resources, the WAR file includes a Web deployment
-
descriptor file. The Web deployment descriptor is an XML file that contains
-
deployment information, MIME types, session configuration details, and other
-
settings for a Web application. The Web deployment descriptor file (<span class="filepath">web.xml</span>)
-
provides information about the WAR file is shared with the developers, assemblers,
-
and deployers in a J2EE environment.</p>
<div class="p">The Web development environment provides facilities for importing and exporting
-
WAR files, using the following wizards: <ul><li><span>Import Resources from a WAR File</span>, which requires that you to
-
specify a Web project. You can use existing projects or create them as you
-
use the wizard.</li>
<li><span>Export Resources to a WAR File</span>, which requires only an export
-
location and some optional settings</li>
</ul>
</div>
</div>
-<div><p><b class="relconceptshd">Related concepts</b><br />
-<a href="ccwtover.html" title="">Web application overview</a><br />
-<a href="cwebdevelopmenttools.html" title="">Web development tools</a><br />
-<a href="ccwebprj.html" title="">Dynamic Web projects and applications</a><br />
-</p>
-<p><b class="reltaskshd">Related tasks</b><br />
-<a href="twimpwar.html">Importing Web archive (WAR) files</a><br />
-<a href="twcrewar.html">Exporting Web archive (WAR) files</a><br />
-</p>
+<div><div class="relconcepts"><strong>Related concepts</strong><br>
+<div><a href="cwebresources.html">Web resources</a></div>
</div>
-</body>
-</html> \ No newline at end of file
+<div class="reltasks"><strong>Related tasks</strong><br>
+<div><a href="twimpwar.html">Importing Web archive (WAR) files</a></div>
+<div><a href="twcrewar.html">Exporting Web Archive (WAR) files</a></div>
+</div>
+</div>
+</body></html> \ No newline at end of file

Back to the top