This interface represents the web module element of the application.xml deployment descriptor. The application.xml deployment descriptor contains one module element for each module in the Enterprise Archive file. Each module element contains an ejb, connector, java, or web element that indicates the module type and location of the module within the application.
Use the Web Module > Configuration tab to configure the web element. The web element defines a Web application module in the application.xml file.
Specify the module URI, depending on the type of module.
Attribute: ModuleURI
Configurable: yes
Readable: yes
Writable: yes
Context Root
Specify a context root for the Web application. Example: <web><web-uri>petStore.war</web-uri><context-root>estore</context-root></web>
Attribute: ContextRoot
Configurable: yes
Readable: yes
Writable: yes
Alt DDURI
Specify an optional URI to the post-assembly version of the deployment descriptor file for a particular J2EE module. The URI must specify the full pathname of the deployment descriptor file relative to the application's root directory. If you do not specify alt-dd, the deployer must read the deployment descriptor from the default location and file name required by the respective component specification.