5.3. Running JBoss Data Grid

The simplest way to run JBoss Data Grid is to run the following script:
$JDG_HOME/bin/standalone.sh
This starts JBoss Data Grid using the configuration defines in the standalone.xml file (located at $JDG_HOME/standalone/configuration).
Alternate configurations can be run by appending -c, followed by the configuration file name. As an example:
$JDG_HOME/bin/standalone.sh -c standalone-ha.xml