Oracle GlassFish Server Reference Manual Release 3.1.2 Part Number E24938-01 |
|
|
View PDF |
removes a system property of the domain, configuration, cluster, or server instance, one at a time
delete-system-property [--help] [--target target_name ] [property_name]
The delete-system-property
subcommand deletes a system property of a domain, configuration, cluster, or server instance. Make sure that the system property is not referenced elsewhere in the configuration before deleting it.
This subcommand is supported in remote mode only.
--help
-?
Displays the help text for the subcommand.
--target
This option specifies the target on which you are deleting the system properties. The valid targets for this subcommand are instance, cluster, configuration, domain, and server. Server is the default option.
The name of the system property to remove.
This example deletes the system property named http-listener-port
.
asadmin> delete-system-property http-listener-port
Command delete-system-property executed successfully.
subcommand executed successfully
error in executing the subcommand