Skip Headers
Oracle GlassFish Server Reference Manual
Release 3.1.2

Part Number E24938-01
Go to Documentation Home
Home
Go to Book List
Book List
Go to Table of Contents
Contents
Go to Feedback page
Contact Us

Go to previous page
Previous
Go to next page
Next
View PDF

list-system-properties

lists the system properties of the domain, configuration, cluster, or server instance

Synopsis

list-system-properties [--help] [target]

Description

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.

Options

--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.

Exit Status

0

subcommand executed successfully

1

error in executing the subcommand

See Also

create-system-properties(1), delete-system-property(1)

asadmin(1M)