[Home]
[Edit this page]
[Recent Changes]
[Special Pages]
[Help]
WAR
SUN's Packager Tool J2EE Tutorial Entry
[Edit this page] [Page history] [What links here] [Discuss this topic] [Printer Friendly]
WAR
What is a WAR file?
A WAR file is a JAR archive file that is the packaging part of deploying web applications using J2EE. A typical WAR file contains:- A deployment descriptor file named web.xml and typically found deployed in the WEB-INF sub directory
- Can have html, images, jsp, or servlet jars
- If ejbs are sued in the web application than ejb jars will be included
- Third party libraries in the form of jars
Resources
Sun's J2EE Technology CenterSUN's Packager Tool J2EE Tutorial Entry
[Edit this page] [Page history] [What links here] [Discuss this topic] [Printer Friendly]
