EMS Server Configuration

As mentioned in Creating the Base Docker Image, running a container off of the EMS Docker image creates a default EMS server folder hierarchy and configuration. In an OpenShift cluster, the configuration will be created under ems/config/${EMS_SERVICE_NAME}.json in the NFS shared folder if absent. The Central Administration server works in a similar way.

This is handled by the tibems.sh script embedded in tibemscreateimage and is invoked through the Docker image ENTRYPOINT. It can be overridden by altering the args entry in the template and is provided only for illustration purposes. You can either alter tibems.sh or directly provision your own configuration files to suit your needs.