EJB module settings
To configure and manage a specific deployed EJB module.
We cannot start or stop an individual EJB module for modification. Start or stop the appropriate application entirely.
To view this admin console page, click Applications > Application Types > WebSphere enterprise apps > application_name > Manage Modules > module_name.
If an application is running, changing an application setting causes the application to restart. On stand-alone servers, the application restarts after you save the change. On multiple-server products, the application restarts after you save the change and files synchronize on the node where the application is installed. To control when synchronization occurs on multiple-server products, deselect Synchronize changes with nodes on the Console preferences page.
- URI
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).
- Alternate deployment descriptor
Specifies an alternate deployment descriptor for the module as defined in the application deployment descriptor according to the J2EE specification.
- Starting weight
Order in which modules are started when the server starts. The module with the lowest starting weight is started first.
Data type Integer Default 5000 Range Greater than 0
Related tasks
Deploy EJB modules