Infinispan Configuration: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
No edit summary
No edit summary
Line 5: Line 5:
=JDG Configuration Files=
=JDG Configuration Files=


A JDG instance intended to provide access to an internal local cache (maintained within the memory of the JVM running the JDG instance) is configured from <tt>$JDG_HOME/standalone/configuration/standalone.xml</tt> A JDG instance intended to cluster with other instance to provide a distributed cache space is configured from <tt>$JDG_HOME/standalone/configuration/clustered.xml</tt>.


=Procedure=
=Procedure=


* [[Adding a Custom Cache]]
* [[Adding a Custom Cache]]

Revision as of 19:09, 26 May 2016

Internal

JDG Configuration Files

A JDG instance intended to provide access to an internal local cache (maintained within the memory of the JVM running the JDG instance) is configured from $JDG_HOME/standalone/configuration/standalone.xml A JDG instance intended to cluster with other instance to provide a distributed cache space is configured from $JDG_HOME/standalone/configuration/clustered.xml.

Procedure