Automated Order Plan Development Deployment

The Automated Order Plan Development component can be deployed either collocated with Order Management Server (that is default mode) or it can be deployed in standalone mode, in its application server.
Note: The property file $OM_HOME/roles/aopd/standalone/config/configDBRepo.properties must be configured for this service.

Automated Order Plan Development deployment can be permanently set in the $OM_HOME/roles/aopd/standalone/config/profiles.properties and $OM_HOME/roles/omsServer/standalone/config/profiles.properties file:

  • com.tibco.fom.aopd.deployMode=AOPD_standalone

The Automated Order Plan Development component can also be disabled to use the custom implemented Automated Order Plan Development. To do this, set the following property in the $OM_HOME/roles/aopd/standalone/config/profiles.properties file:

  • com.tibco.fom.aopd.deployMode=AOPD_custom

To start and stop Automated Order Plan Development, use the following scripts:

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