en.help.ref-lifecyclemodules.html Maven / Gradle / Ivy
Lifecycle Modules
Use the Lifecycle Modules page to configure lifecycle modules.
A lifecycle module performs tasks when it is triggered by one or
more events in the server's lifecycle. Possible trigger server events are: initialization, startup, ready
to service requests, and shutdown. Lifecycle modules are not part of the Java
EE specification, but are an enhancement to the GlassFishTM Server.
For each lifecycle module, the following information is provided.
- Name
The name of the lifecycle module.
- Enabled
True if the lifecycle module is enabled, or false if it is not enabled.
- Load Order
A value specifying the relative order in which the lifecycle module should be loaded.
- Classname
The lifecycle module's class file.
The Lifecycle Modules table also contains the following options.
- New
Button to create a new lifecycle module.
- Delete
Button to delete one or more selected lifecycle modules.
- Enable
Button to enable one or more selected lifecycle modules.
- Disable
Button to disable one or more selected lifecycle modules.
Related Tasks
Related asadmin Commands