Visit Azul.com Support

Get-Config-Dir

Table of Contents
Need help?
Schedule a consultation with an Azul performance expert.
Contact Us

Gets the settings of the Directory configuration settings.

Synopsis

 
asadmin [asadmin-options] get-config-dir [--help] [--target=<target[default:server]>]

Description

The get-config-dir gets the value of the directory to be used for the directory config source.

Options

asadmin-options: Options for the asadmin utility. For information about these options, see the asadmin help page. --help: -?: Displays the help text for the subcommand. --target: Specifies the target where the configuration source resides.
Valid values are as follows:
server;; Specifies the DAS (default). instance-name;; Specifies a Payara Server instance. cluster-name;; Specifies a cluster. configuration-name;; Specifies a named configuration.

Example

Example 1 Getting the Config Directory.

This example gets the directory to be used for the directory config source.

 
asadmin get-config-dir --target=myAppCluster

Exit Status

0: subcommand executed successfully 1: error in executing the subcommand

See Also