AOPD Deployment

The AOPD component can be deployed either colocated with OMS (that is default mode) or it can be deployed in standalone mode, in its own application server.
Note: The property file $AF_HOME/roles/aopd/standalone/config/configDBRepo.properties must be configured for this service.

AOPD deployment can be permanently set in the $AF_HOME/roles/AOPD/standalone/config/profiles.properties file:

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

The AOPD component can also be disabled to use the custom implemented AOPD. To do this, set the following property in the $AF_HOME/roles/AOPD/standalone/config/profiles.properties file:

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

To start and stop AOPD, use the following scripts:

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