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 The runtime server configuration file |
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.
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.
<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?