This shows you the differences between two versions of the page.
|
programming:warfileformat [2016/07/28 00:08] dwheele created |
programming:warfileformat [2016/07/28 00:09] (current) dwheele |
||
|---|---|---|---|
| Line 3: | Line 3: | ||
| From http:// | From http:// | ||
| - | Web Modules | + | ===== Web Modules |
| + | |||
| + | {{: | ||
| In the Java EE architecture, | In the Java EE architecture, | ||
| 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. | ||
| - | {{: | + | |