Configuring for Order Management Server Docker Containers

When you run the Order Management Server or the Order Management Server UI as Docker containers, you have to make configuration changes using the Configurator UI and in the ConfigValues_OMS.xml file.

Procedure

  1. Start TIBCO Order Management - Low Latency Configurator as a Docker container by running the following command:
    $] docker-compose --file docker-compose-run-configurator.yml up -d
    

    You can access the Configurator UI on the port, which you had set for the HOST_CONFIGURATOR_PORT variable in the .env file.

  2. On the TIBCO Order Management - Low Latency Configurator UI, make the configuration changes according to your environment. For example, make related configuration for Order Management Server, Automated Order Plan Development, and other related configurations.
    All the changes that you do in the Configurator UI are reflected in the host machine's directory, and the changes are uploaded to the database so other containers can read from it.