Oracle GlassFish Server 3.0.1 Administration Guide

ProcedureTo Delete a Life Cycle Module

Use the delete-lifecycle-module subcommand in remote mode to delete a life cycle module.

  1. Ensure that the server is running.

    Remote subcommands require a running server.

  2. List the current life cycle modules by using the list-lifecycle-modules(1) subcommand.

  3. Delete a life cycle module by using the delete-lifecycle-module(1) subcommand.


Example 9–4 Deleting a Life Cycle Module

This example deletes the customSetup life cycle module.


asadmin> delete-lifecycle-module customSetup
Command delete-lifecycle-module executed successfully

See Also

You can also view the full syntax and options of the subcommand by typing asadmin help delete-lifecycle-module at the command line.