User Tools

Site Tools


programming:warfileformat

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

programming:warfileformat [2016/07/28 00:08]
dwheele created
programming:warfileformat [2016/07/28 00:09] (current)
dwheele
Line 3: Line 3:
 From http://docs.oracle.com/javaee/5/tutorial/doc/bnadx.html From http://docs.oracle.com/javaee/5/tutorial/doc/bnadx.html
  
-Web Modules+===== Web Modules ===== 
 + 
 +{{:programming:web-module.gif?nolink|}}
  
 In the Java EE architecture, web components and static web content files such as images are called web resources. A web module is the smallest deployable and usable unit of web resources. A Java EE web module corresponds to a web application as defined in the Java Servlet specification. In the Java EE architecture, web components and static web content files such as images are called web resources. A web module is the smallest deployable and usable unit of web resources. A Java EE web module corresponds to a web application as defined in the Java Servlet specification.
Line 35: Line 37:
 To deploy a WAR on the Application Server, the file must also contain a runtime deployment descriptor. The runtime deployment descriptor is an XML file that contains information such as the context root of the web application and the mapping of the portable names of an application’s resources to the Application Server’s resources. The Application Server web application runtime DD is named sun-web.xml and is located in the WEB-INF directory along with the web application DD. The structure of a web module that can be deployed on the Application Server is shown in Figure 3-5. To deploy a WAR on the Application Server, the file must also contain a runtime deployment descriptor. The runtime deployment descriptor is an XML file that contains information such as the context root of the web application and the mapping of the portable names of an application’s resources to the Application Server’s resources. The Application Server web application runtime DD is named sun-web.xml and is located in the WEB-INF directory along with the web application DD. The structure of a web module that can be deployed on the Application Server is shown in Figure 3-5.
  
-{{:programming:web-module.gif?nolink|}}+
  
  
programming/warfileformat.1469664532.txt.gz · Last modified: 2016/07/28 00:08 by dwheele