このコンテンツは選択した言語では利用できません。
7.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.xmlfile (located at$JDG_HOME/standalone/configuration):$JDG_HOME/bin/standalone.sh
$JDG_HOME/bin/standalone.shCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Use the following command with an appended
-cfollowed by the configuration file name to run JBoss Data Grid with a non-default configuration file:$JDG_HOME/bin/standalone.sh -c clustered.xml
$JDG_HOME/bin/standalone.sh -c clustered.xmlCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Use the following command to run JBoss Data Grid with a default clustered configuration:
$JDG_HOME/bin/clustered.sh
$JDG_HOME/bin/clustered.shCopy to Clipboard Copied! Toggle word wrap Toggle overflow