list-system-properties
Lists the system properties of the domain, configuration, cluster, or server instance.
Description
Shared or clustered server instances will often need to override attributes defined in their referenced configuration. Any configuration attribute in a server instance can be overridden through a system property of the corresponding name. This list-system-properties subcommand lists the system properties of a domain, configuration, cluster, or server instance.
This subcommand is supported in remote mode only.
Options
- asadmin-options
-
Options for the
asadmin
utility. For information about these options, see theasadmin
help page. --help
-?
-
Displays the help text for the subcommand.
Operands
- target
-
This restricts the listing to system properties for a specific target. Valid values are:
- domain
-
Lists the system properties defined for the domain.
- configuration_name
-
Lists the system properties for the named configuration as well as those the cluster inherits from the domain.
- cluster_name
-
Lists the system properties defined for the named cluster as well as those the cluster. inherits from its configuration and the domain.
- instance_name
-
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.
Examples
Example 1 Listing System Properties
This example lists the system properties on localhost
.
asadmin> list-system-properties
http-listener-port=1088
Command list-system-properties executed successfully.