Sun GlassFish Enterprise Server v3 Prelude Administration Guide

ProcedureTo Delete a System Property

The remote delete-system-property command enables you to delete system properties. Any configuration attribute can be overwritten through a system property of the corresponding name.

  1. Ensure that the server is running.

    Remote commands require a running server.

  2. Obtain the exact name of the system property that you are deleting.

    To list the existing system properties:


    asadmin list-system-properties
    
  3. Delete the system property by using the delete-system-property(1) command.

  4. If necessary, notify users that the system property has been deleted.


Example 2–11 Deleting a System Property

The following example command deletes a system property named http-listener-port from localhost:


asadmin delete-system-property http-listener-port

Information similar to the following is displayed:


Command delete-system-property executed successfully.

See Also

To see the full syntax and options of the command, type asadmin delete-system-property --help at the command line.