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
<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: "GE" (Grid Edition), "EE" (Enterprise Edition), "SE" (Standard Edition), "RTC" (Real-Time Client), "DC" (Data Client).

Default value is GE.
<license-mode> Optional Specifies whether the product is being used in an development or production mode.

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

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.

Default value is dev.