Oracle GlassFish Server Reference Manual Release 3.1.2 Part Number E24938-01 |
|
|
View PDF |
lists the system properties of the domain, configuration, cluster, or server instance
list-system-properties [--help] [target]
The list-system-properties
subcommand lists the system properties of a domain, configuration, cluster, or server instance.
This subcommand is supported in remote mode only.
--help
-?
Displays the help text for the subcommand.
This restricts the listing to system properties for a specific target. Valid values are:
Lists the system properties defined for the domain.
Lists the system properties for the named configuration as well as those the cluster inherits from the domain.
Lists the system properties defined for the named cluster as well as those the cluster. inherits from its configuration and the domain.
Lists the system properties defined for the named server instance as well as those the server inherits from its cluster (if the instance is clustered), its configuration, and the domain.
This example lists the system properties on localhost
.
asadmin> list-system-properties
http-listener-port=1088
Command list-system-properties executed successfully.
subcommand executed successfully
error in executing the subcommand