Oracle GlassFish Server 3.0.1 Administration Guide

ProcedureTo List System Properties

Use the list-system-properties subcommand in remote mode to list the system properties that apply to a domain or configuration.

  1. Ensure that the server is running.

    Remote subcommands require a running server.

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

    The existing system properties are displayed, including predefined properties such as HTTP_LISTENER_PORT and HTTP_SSL_LISTENER_PORT.


Example 2–11 Listing System Properties

This example lists the system properties on host localhost.


asadmin> list-system-properties
http-listener-port=1088
Command list-system-properties executed successfully.

See Also

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