Multidomain MDM
- Multidomain MDM 10.3
- All Products
Configuration
| Description
|
---|---|
Transaction timeout
| Ensures that the MDM Hub transactions complete. In the
subsystem with the name
urn:jboss:domain:transactions:<n.n> , set
default-timeout=3600 for the
coordinator-environment element.
|
HTTPS protocol
| Required if you want to configure the HTTPS protocol for the MDM Hub communications and for ActiveVOS communications with the MDM Hub.
Before you configure the HTTPS protocol, use the Java
keytool command to generate a keystore and an alias. Note the key alias and keystore password that you create.
To configure the HTTPS protocol, in the
subsystem with the name
urn:jboss:domain:web:<n.n> , add the following
connector configuration:
|
HornetQ Security
| If HornetQ security is enabled for the JBoss server, disable it. In the
hornetq-server element, set the
security-enabled configuration to
false as shown in the following example:
|
Remoting-connector security
| Configures remoting-connector security.
To log in to the Hub Console from a remote machine, disable the remoting-connector security. In the
subsystem with the name
urn:jboss:domain:remoting:<n.n> , remove the
security-realm attribute from the following
connector configuration:
|
Asynchronous handling of loggers
| If the JBoss environment runs on Java 1.7, and you want to use Informatica Data Director, configure asynchronous handling of loggers.
In the
subsystem with the name
urn:jboss:domain:logging:<n.n> , add the following
async-handler configuration:
Also, add the <handler name="ASYNC"/> element to the
root-logger configuration.
|
Port configuration for JBoss instances
| If you want to install multiple MDM Hub instances on the same machine, you deploy each MDM Hub instance on a separate JBoss instance.
To avoid port conflicts, for each JBoss instance, set the
port-offset attribute of the
socket-binding-group element to a different value.
|
Access to the JBoss root welcome page
| Disable access to the JBoss root welcome page. For instructions, see the JBoss documentation.
|