Oracle GlassFish Server 3.0.1 Administration Guide

ProcedureTo Delete a System Property

Use the delete-system-property subcommand in remote mode to delete system properties.

  1. Ensure that the server is running.

    Remote subcommands require a running server.

  2. List the existing system properties by using the list-system-properties(1) subcommand.

  3. Delete the system property by using the delete-system-property(1) subcommand.

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


Example 2–12 Deleting a System Property

This example deletes a system property named http-listener-port from localhost.


asadmin> delete-system-property http-listener-port
Command delete-system-property executed successfully.

See Also

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