Single Node Single Instance Topology

This topology is supported by default, once the Fulfillment Order Management installation and configurations are done. The TIBCO Fulfillment Order Management installer updates the values of some environment variables. For example, the $AF_CONFIG_HOME variable is updated according to the installation directory path. The $AF_CONFIG_HOME variable points to $AF_HOME/roles/standalone/configurator/config directory containing various configuration files used by the TIBCO Fulfillment Order Management components.

For example, the omsServer component refers to some of the configuration files as mentioned below:

  • ConfigValues_OMS.xml for all configuration properties such as JMS connection parameters, database connections, and other functional configuration properties.
  • OMSServerLog4j.xml for Logging configurations.
Single Node Single Instance Topology

The configuration properties for omsServer and jeoms components in the respective configuration files are divided into two levels.

  1. Member level properties which can be tweaked for each omsServer or jeoms member.
  2. Cluster level properties which are common for all the omsServer or jeoms members.

The member level properties are identified and picked up by each deployed omsServer or jeoms member based on the assigned NODE_ID. The default value of NODE_ID is Member1. The respective configuration files also contains the default member level configuration section (<Server name="Member1">).

Most of the required configurations such as JMS connection and database connections can be done through FOM Configurator after the installation. Optionally the configurations can also be changed using the configurator application.