asadmin [asadmin-options] list-sub-components [--help]
[--type type]
[--appname appname] [--resources]
modulename
|
list-sub-components |
| Previous | Next | Contents |
lists EJB or servlet components in a deployed module or module of a deployed application
Synopsis
asadmin [asadmin-options] list-sub-components [--help]
[--type type]
[--appname appname] [--resources]
modulename
Description
The list-sub-components subcommand lists EJB or servlet components in
a deployed module or in a module of a deployed application. If a module
is not specified, all modules are listed. The --appname option
functions only when the specified module is stand-alone. To display a
specific module in an application, you must specify the module name with
the --appname option.
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.
--typeSpecifies the type of component to be listed. The options are ejbs
and servlets. If nothing is specified, then all of the components
are listed.
--appnameIdentifies the name of the application. This option is required when
the desired output is the subcomponents of an embedded module of a
deployed application.
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. For more information about module and application
versions, see "Module and Application Versions" in
Payara Server Open Source Edition Application Deployment Guide.
--resourcesLists the application-scoped resources for each subcomponent.
Operands
Specifies the name of the module containing the subcomponent.
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. 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 Listing Subcomponents
This example lists the subcomponents of the MEjbApp application within
the mejb.jar module.
asadmin> list-sub-components --appname MEjbApp mejb.jar
MEJBBean <StatelessSessionBean>
Command list-sub-components 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.