Module
The module element represents a single J2EE module and contains an ejb, java, connector, or web element, which indicates the module type and contains a path to the module file, and an optional alt-dd element, which specifies an optional URI to the post-assembly version of the deployment descriptor. The application deployment descriptor must have one module element for each J2EE module in the application package.
Attributes Summary
uri Specifies the URI of a module, relative to the top level of the application package. altDD The alt-dd element specifies an optional URI to the post-assembly version of the deployment descriptor file for a particular J2EE module. application
Attribute Details
uri
Specifies the URI of a module, relative to the top level of the application package.
Data type: String
Default value: unspecified
altDD
The alt-dd element specifies 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 alt-dd is not specified, the deployer must read the deployment descriptor from the default location and file name required by the respective component specification.
Data type: String
Default value: unspecified
application
Data type: