
org.glassfish.deployment.admin.list-components.1 Maven / Gradle / Ivy
asadmin Utility Subcommands list-components(1)
NAME
list-components - lists deployed components
SYNOPSIS
list-components
[--help]
[ --type {application|connector|ejb|jruby|web|webservice}]
[target]
DESCRIPTION
The command list-components lists all deployed Java EE 5
components. If the --type option is not specified, all com-
ponents are listed. The possible types are as follows:
o application (default)
o connector
o ejb
o jruby
o web
o webservice
This command is supported in remote mode only.
OPTIONS
--help
Displays the help text for the subcommand.
--type
Specifies the type of the components that are to be
listed. The options are as follows:
o application (default)
o connector
o ejb
o jruby
o web
o webservice
If no type is specified, all components are listed.
Java EE 6 Last change: 23 Sep 2008 1
asadmin Utility Subcommands list-components(1)
OPERANDS
target
Do not specify this option. This option is retained for
compatibility with other releases. If you specify this
option, a syntax error does not occur. Instead, the sub-
command runs successfully and the option is silently
ignored.
EXAMPLES
Example 1 Using the list-components command
asadmin> list-components --user admin --passwordfile password.txt --type connector
cciblackbox-tx connector-module
Command list-components executed successfully
Note: cciblackbox-tx.rar was deployed.
EXIT STATUS
0 command executed successfully
1 error in executing the command
SEE ALSO
list-applications(1)
Java EE 6 Last change: 23 Sep 2008 2
© 2015 - 2025 Weber Informatics LLC | Privacy Policy