User Community Service Desk Downloads
If you can't find the product or version you're looking for, visit support.ataccama.com/downloads

Server Configuration for MDM Web App

To run MDM Web App, the following components need to be defined in the MDM Server application properties and in the runtime server configuration file. The components described in this topic are presented in the order of dependency.

The MDM server application.properties file is located in the etc folder of the MDM server assembly.

The runtime server configuration file mdm.serverConfig for the MDM Engine is located in the Files > etc project folder.

MDM Web App backend

The MDM Web App configuration file is linked in MDM Server application.properties in the ataccama.one.mdm.mda.config-file property. For more details, see MDM Server Application Properties.

Reference to MDM Web App backend in the MDM Server application properties
ataccama.one.mdm.mda.config-file=mda-config.xml

JMS Provider Component

The component maps JMS resources defined in the runtime configuration for further use in the Runtime Server.

For detailed information, see JMS Provider Component.

JMS Provider Component in MDM Engine server configuration
<component class="com.ataccama.dqc.jms.JmsProviderComponent">
    <jmsResources>
        <resource>mdaConnector</resource>
        <resource>esbEvents</resource>
    </jmsResources>
</component>
The default runtime configuration file mdm.runtimeConfig for the MDM Engine is generated with the General MDM model project into the Files > etc project folder.

Was this page useful?