6.6. Running Red Hat JBoss Data Grid

JBoss Data Grid can be run in one of three ways:
  • Use the following command to run JBoss Data Grid using the configuration defined in the standalone.xml file (located at $JDG_HOME/standalone/configuration):
    $JDG_HOME/bin/standalone.sh
  • Use the following command with an appended -c followed by the configuration file name to run JBoss Data Grid with a non-default configuration file:
    $JDG_HOME/bin/standalone.sh -c clustered.xml
  • Use the following command to run JBoss Data Grid with a default clustered configuration:
    $JDG_HOME/bin/clustered.sh