Use this page to configure and manage a specific deployed EJB module.
To view this administrative console page, click
.Specifies location of the module relative to the root of the application EAR file. The URI must match the URI of a ModuleRef URI in the deployment descriptor of the deployed application (EAR).
Specifies an alternate deployment descriptor for the module as defined in the application deployment descriptor according to the Java Platform, Enterprise Edition (Java EE) specification.
Specifies the order in which modules are started when the server starts. The module with the lowest starting weight is started first.
If the application deployment descriptor specifies the <initialize-in-order>true</initialize-in-order> element, the default starting weights reflect the order that is specified in the deployment descriptor. Otherwise, the defaults are determined based on module type (RAR modules start before EJB modules, which start before web modules).
Data type | Integer |
Default | 5000 |
Range | Greater than 0 |