Visit Azul.com Support

Set-Config-Ordinal

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

Provides a way to set the ordinal value of a configuration source.

Synopsis

 
asadmin [asadmin-options] set-config-ordinal [--help] [--target target] [--ordinalvalue] [--source={domain|config|server|application|module|cluster}]

Description

The set-config-ordinal sets the ordinal value for the given config source. Where multiple configuration properties exist, the property from a source with a higher ordinal number is preferred.

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.

--ordinal: The value of the ordinal to set. This must be a number greater than 1.

+ A lower number ordinal means lower order of precedence. --source: The value of the source to change. Must be one of: * domain * config * server * application * module * cluster. --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.

Example

Example 1 Setting the ordinal value

This example sets the ordinal value of the application configuration source to 600.

 
asadmin set-config-ordinal --ordinal=600 --source=application

Exit Status

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

See Also