Infinispan Installation: Difference between revisions
(Created page with "=Internal= * Infinispan") |
|||
(11 intermediate revisions by the same user not shown) | |||
Line 2: | Line 2: | ||
* [[Infinispan#Subjects|Infinispan]] | * [[Infinispan#Subjects|Infinispan]] | ||
=Overview= | |||
This section applies only if Infinispan is installed as a standalone JBoss Data Grid server or cluster. If used within WildFly, installation is irrelevant, Infinispan comes pre-bundled as a sub-system. | |||
=Relevance= | |||
JDG 6.6 | |||
=Procedure= | |||
A JDG server instance is a WildFly/EAP server instance, so the installation procedure is similar. The JAR expansion directory should be exported as the <tt>JDG_HOME</tt> environment variable. | |||
In order to run a local instance: | |||
<pre> | |||
$JDG_HOME/bin/standalone.sh | |||
</pre> | |||
In order to run a clustered instance: | |||
<pre> | |||
$JDG_HOME/bin/clustered.sh | |||
</pre> | |||
=Isolated Self-Contained Standalone Profile= | |||
Follow the procedure described here: | |||
<blockquote style="background-color: #f9f9f9; border: solid thin lightgrey;"> | |||
:[[WildFly_Isolated_Self-Contained_Standalone_Profile|WildFly Isolated Self-Contained Standalone Profile]] | |||
</blockquote> | |||
Details particular to JDG: | |||
1. The XML configuration file corresponding to a clustered configuration is <tt>$JDG_HOME/standalone/configuration/clustered.xml</tt> and the one corresponding to a local configuration is <tt>$JDG_HOME/standalone/configuration/standalone.xmll</tt>. These need to be copied in the profile's configuration directory instead of standalone-ha.xml, etc. | |||
2. The .conf files are <tt>$JDG_HOME/bin/clustered.conf</tt>, respectively <tt>$JDG_HOME/bin/standalone.conf</tt>. | |||
=JDG Deployment within EAP= | |||
==JDG in Remote Client-Server Mode within EAP== | |||
{{Internal|Installation of JDG in Remote Client-Server Mode within EAP|Installation of JDG in Remote Client-Server Mode within EAP}} | |||
==JDG in Library Mode within EAP== | |||
{{Internal|Installation of JDG in Library Mode within EAP|Installation of JDG in Library Mode within EAP}} |
Latest revision as of 12:44, 4 May 2017
Internal
Overview
This section applies only if Infinispan is installed as a standalone JBoss Data Grid server or cluster. If used within WildFly, installation is irrelevant, Infinispan comes pre-bundled as a sub-system.
Relevance
JDG 6.6
Procedure
A JDG server instance is a WildFly/EAP server instance, so the installation procedure is similar. The JAR expansion directory should be exported as the JDG_HOME environment variable.
In order to run a local instance:
$JDG_HOME/bin/standalone.sh
In order to run a clustered instance:
$JDG_HOME/bin/clustered.sh
Isolated Self-Contained Standalone Profile
Follow the procedure described here:
Details particular to JDG:
1. The XML configuration file corresponding to a clustered configuration is $JDG_HOME/standalone/configuration/clustered.xml and the one corresponding to a local configuration is $JDG_HOME/standalone/configuration/standalone.xmll. These need to be copied in the profile's configuration directory instead of standalone-ha.xml, etc.
2. The .conf files are $JDG_HOME/bin/clustered.conf, respectively $JDG_HOME/bin/standalone.conf.