Use the Edit Lifecycle Module page to modify settings for a lifecycle module.
The Edit Lifecycle Module page contains the following options.
The name of the lifecycle module. The name is a read-only field. You can only specify a name when you create a new lifecycle module.
The fully qualified name of the lifecycle module's class file. The class must implement the com.sun.appserv.server.LifecycleListener
interface.
The classpath for the lifecycle module. The classpath specifies where the lifecycle module is located. The default value is domain-dir/applications
. If the module is already in this directory (that is, in the server classpath), this field can be left blank.
The order in which this lifecycle module is to be loaded at startup. Modules with smaller integer load order values are loaded sooner. The value can range from 101 to the operating system's MAXINT
. Values from 1 to 100 are reserved.
A description of the lifecycle module.
If this option is selected, the lifecycle module is enabled. This option is enabled by default.
If this option is selected, the server will be shut down if the lifecycle module fails to load. This option is disabled by default.