list-application-refs
list-application-refs
Lists the existing application references
Description
The list-application-refs subcommand lists all application references
in a cluster or an unclustered server instance. This effectively lists
all the modules deployed on the specified target (for example, J2EE
applications, Web modules, and enterprise bean modules).
If multiple versions of a module or application are deployed, this
subcommand lists all versions. To list which version is enabled, set the
--long option to true. For more information about module and
application versions, see "Module and Application
Versions" in Eclipse GlassFish Application
Deployment Guide.
The target instance or instances making up the cluster need not be running or available for this subcommand to succeed.
This subcommand is supported in remote mode only.
Options
- asadmin-options
-
Options for the
asadminutility. For information about these options, see theasadmin(1M) help page. --help-?-
Displays the help text for the subcommand.
--long-
If
true, displays whether each module or application listed is enabled. The default isfalse.
Operands
- target
-
The target for which you are listing the application references. Valid values are
-
server- Specifies the default server instance as the target.serveris the name of the default server instance and is the default value. -
cluster_name- Specifies a certain cluster as the target.
-
instance_name- Specifies a certain server instance as the target.
-