license-config

license-config

Used in: coherence.

The following table describes the elements you can define within the license-config element.

Element Required/Optional Description
<license-path> Optional Specifies the location of the license repository.
<edition-name> Optional Specifies the product edition that the member will utilize. This allows multiple product editions to be used within the same cluster, with each member specifying the edition that it will be using.

Valid values are: "DGE" (DataGrid Edition), "AE" (Application Edition), "CE" (Caching Edition), "CC" (Compute Client), "RTC" (Real-Time Client), "DC" (Data Client).
<license-mode> Optional Specifies whether the product is being used in an evaluation, development or production mode.

Valid values are "prod" (Production), "dev" (Development) and "eval" (Evaluation).

Note: This value cannot be overridden in tangosol-coherence-override.xml. It must be specified in tangosol-coherence.xml or (preferably) supplied as system property tangosol.coherence.mode on the java command line.