Jeopardy Deployment

The Jeopardy component can be deployed only in colocated mode with OMS in its own application server.

The deployment mode for Jeopardy can be permanently set in the $AF_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 $AF_HOME/roles/omsServer/standalone/config/profiles.properties and the $AF_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: $AF_HOME/roles/oms/standalone/bin/start.sh (for Unix) or start.ps1 (for Windows)
  • To stop: $AF_HOME/roles/oms/standalone/bin/stop.sh (for Unix)