Jeopardy Deployment

The Jeopardy component can be deployed only in collocated mode with Order Management Server in its application server.

The deployment mode for Jeopardy can be permanently set in the $OM_HOME/roles/OMS/standalone/config/profiles.properties file:

  • com.tibco.fom.jeoms.deployMode=JEOMS_colocated

The Jeopardy component can also be disabled if the Jeopardy Management features are not required. To do this, set the following property in the $OM_HOME/roles/omsServer/standalone/config/profiles.properties and the $OM_HOME/roles/omsui/standalone/config/profiles.properties properties files:

  • com.tibco.fom.jeoms.deployMode=JEOMS_disabled

To start and stop Jeopardy, use the following scripts:

  • To start: $OM_HOME/roles/oms/standalone/bin/start.sh (for Unix) or start.ps1 (for Windows)
  • To stop: $OM_HOME/roles/oms/standalone/bin/stop.sh (for Unix)