2.20.19 list-resource-adapter-configs
Lists the names of the current resource adapter configurations.
Synopsis
asadmin [asadmin-options] list-resource-adapter-configs [--help] [--raname raname] [--verbose={false|true}]
Storage location
Application Server installation directory/javaee/glassfish/bin
Function
The list-resource-adapter-configs subcommand of asadmin lists the configuration information in the domain.xml for the connector module. It lists an entry called resource-adapter-config in the domain.xml file. If the --raname option is specified, only the resource adapter configurations for a specific connector module are listed. This subcommand is supported in remote mode only.
Precondition
Domain Administration Server (DAS) is running.
Arguments
- --help | -?
-
Displays the help text for the subcommand.
- --raname raname
-
Specifies the connector module name.
Type: String
The following values can be specified:
-
Name of the Connector module
Default value: N/A
-
- --verbose={false|true}
-
Lists the properties that are configured. The default value is false.
Type: Boolean
The following values can be specified:
-
true
-
false
Default value: false
-
Examples
The following example lists the current resource adapter configurations.
asadmin list-resource-adapter-configs
Exit Status
Exit Status |
Explanation |
---|---|
0 |
subcommand executed successfully. |
1 |
error in executing the subcommand. |