PRODUCTS AND SERVICES INDUSTRIES SUPPORT PARTNERS COMMUNITIES ABOUT
  Coherence 3.4 User Guide
  Operational Configuration Elements
Added by Rob Misek, last edited by Gene Gleyzer on Jul 24, 2009  (view change)

Labels

 

This section describes the elements that control the operational and runtime settings used by Oracle Coherence. These settings are used to create, configure and maintain Coherence clustering, communication, and data management services. This section also describes the deployment descriptor files in which these elements can appear.

This section contains the following information:

Operational Configuration Deployment Descriptors

The elements that control the operational and runtime settings to create and configure clustering, communication, and data management services can be specified in either of two deployment descriptors.

The tangosol-coherence.xml descriptor is where you specify the operational and runtime elements that control clustering, communication, and data management services. The optional tangosol-coherence-override.xml override file is where you specify only the subset of the operational descriptor which you wish to adjust.

For information on configuring caches see the cache configuration descriptor section.

Document Location

When deploying Coherence, it is important to make sure that the tangosol-coherence.xml descriptor is present and situated in the application classpath (like with any other resource, Coherence will use the first one it finds in the classpath). By default (as Oracle ships the software) tangosol-coherence.xml is packaged into in the coherence.jar.

Document Root

The root element of the operational descriptor is coherence, this is where you may begin configuring your cluster and services.

Document Format

Coherence Operational Configuration deployment descriptor should begin with the following DOCTYPE declaration:

<!DOCTYPE coherence SYSTEM "coherence.dtd">
When deploying Coherence into environments where the default character set is EBCDIC rather than ASCII, please make sure that this descriptor file is in ASCII format and is deployed into its runtime environment in the binary format.

Operational Override File (tangosol-coherence-override.xml)

Though it is acceptable to supply an alternate definition of the default tangosol-coherence.xml file, the preferred approach to operational configuration is to specify an override file. The override file contains only the subset of the operational descriptor which you wish to adjust. The default name for the override file is tangosol-coherence-override.xml, and the first instance found in the classpath will be used. The format of the override file is the same as for the operational descriptor, except that all elements are optional, any missing element will simply be loaded from the operational descriptor.

Multiple levels of override files may also be configured, allowing for additional fine tuning between similar deployment environments such as staging and production. For example Coherence 3.2 and above utilize this feature to provide alternate configurations such as the logging verbosity based on the deployment type (evaluation, development, production). See the tangosol-coherence-override-eval.xml, tangosol-coherence-override-dev.xml, and tangosol-coherence-override-prod.xml, within coherence.jar for the specific customizations.

It is recommended that you supply an override file rather then a custom operational descriptor, thus specifying only the settings you wish to adjust.

Command Line Override

Oracle Coherence provides a very powerful Command Line Setting Override Feature, which allows for any element defined in this descriptor to be overridden from the Java command line if it has a system-property attribute defined in the descriptor. This feature allows you to use the same operational descriptor (and override file) across all cluster nodes, and provide per-node customizations as system properties.

Element Index

The following table lists all non-terminal elements which may be used from within the operational configuration.

Element Used In:
access-controller security-config
authorized-hosts cluster-config
burst-mode packet-publisher
callback-handler security-config
cluster-config coherence
coherence root element
configurable-cache-factory-config coherence
filters cluster-config
flow-control packet-delivery
host-range authorized-hosts
incoming-message-handler cluster-config
init-param init-params
init-params filters, services, configurable-cache-factory-config, access-controller, callback-handler
logging-config coherence
management-config coherence
member-identity cluster-config
multicast-listener cluster-config
notification-queueing packet-publisher
outgoing-message-handler cluster-config
outstanding-packets flow-control
packet-buffer unicast-listener, multicast-listener, packet-publisher
packet-bundling packet-delivery
packet-delivery packet-publisher
packet-pool packet-publisher, incoming-message-handler
packet-publisher cluster-config
packet-size packet-publisher
packet-speaker cluster-config
pause-detection flow-control
security-config coherence
services cluster-config
shutdown-listener cluster-config
socket-address well-known-addresses
tcp-ring-listener cluster-config
traffic-jam packet-publisher
unicast-listener cluster-config
well-known-addresses unicast-listener
license-config coherence