asadmin [asadmin-options] show-component-status [--help]
[--target target] component-name
|
show-component-status |
| Previous | Next | Contents |
displays the status of the deployed component
Synopsis
asadmin [asadmin-options] show-component-status [--help]
[--target target] component-name
Description
The show-component-status subcommand gets the status (either enabled
or disabled) of the deployed component.
This subcommand is supported in remote mode only.
Options
Options for the asadmin utility. For information about these
options, see the asadmin(1M) help page.
--help-?Displays the help text for the subcommand.
--targetThis option specifies the target on which you are showing the
component status. Valid values are:
serverShows the component status for the default server instance server
and is the default value.
domainShows the component status for the domain.
Shows the component status for the cluster.
Shows the component status for a clustered or stand-alone server instance.
Operands
The name of the component whose status is to be listed.
The name can include an optional version identifier, which follows the
name and is separated from the name by a colon (:). The version
identifier must begin with a letter or number. It can contain
alphanumeric characters plus underscore (_), dash (-), and period
(.) characters. To list multiple versions, you can use an asterisk
(*) as a wildcard character. For more information about module and
application versions, see "Module and Application
Versions" in Payara Server Open Source Edition Application
Deployment Guide.
Examples
Example 1 Showing the Status of a Component
This example gets the status of the MEjbApp component.
asadmin> show-component-status MEjbApp
Status of MEjbApp is enabled
Command show-component-status executed successfully.
Exit Status
subcommand executed successfully
error in executing the subcommand
See Also
| Previous | Next | Contents |
Copyright © 2019, Oracle and/or its affiliates. All rights reserved.