Pre-Deployment Configuration

Configure TIBCO FOM Configurator and other micro-services before deploying them.

Edit the property file $AF_HOME/roles/configurator/standalone/config/configDBrepo.properties to configure the database details for the admin schema.

Configurator makes changes to these files and uploads them to the admin schema database. When a service starts up, it will download all the required configuration files from the admin schema. Similar to Configurator, each service has a configDBrepo.properties file, where you must configure details of the admin schema. Configurator detects any changes done directly to the config files under the configurator service file system and uploads them to the database. You must to restart the service to download the changes.

If you prefer to configure each service manually and not depend on the database based approach, you can disable the feature for each service in configDBrepo.properties and manually copy the required files from Configurator to each service and edit the files. The property to disable this is configurator.db.enabled.