Offer and Price Engine Deployment

Offer and Price Engine (OPE) can be deployed either in standalone mode (default) or colocated mode with OMS.

The deployment mode for OPE can be permanently set in the $AF_HOME/roles/ope/standalone/config/profiles.properties:

  • com.tibco.fom.ope.deployMode=OPE_colocated

To start and stop OPE, use the following scripts:

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