Multidomain MDM
- Multidomain MDM 10.3 HotFix 1
- All Products
Configuration
| Description
| Command
|
---|---|---|
Transaction timeout
| Ensures that the MDM Hub transactions have enough time to complete. In the
subsystem with the name
urn:jboss:domain:transactions:<n.n> , set
default-timeout=3600 within the
coordinator-environment element.
| /subsystem=transactions:write-attribute(name=default-timeout,value=3600) |
HTTPS protocol
| Configures the HTTPS protocol for 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 certificate and store it in a keystore. The certificate must be signed by a trusted certificate authority. Note the key alias and keystore password that you create.
To configure the HTTPS protocol, in the subsystem with the name
urn:jboss:domain:undertow:<n.n> , add the
https-listener element to the server configuration.
| /subsystem=undertow/server=default-server:write-attribute(name=https,value=https)
|
Maximum post size
| Configures the maximum size in bytes of files that you upload. Set the value to the size limit of files that you want to attach in the Data Director application.
In the
subsystem with the name
urn:jboss:domain:undertow:<n.n> , set the
max-post-size attribute of the
<https-listener name=" <listener type>"> element to 20000000 or higher.
After installing the MDM Hub, set the same value for the Hub Server property
cmx.file.max_file_size_mb in the
cmxserver.properties file. | /subsystem=undertow/server=default-server/https-listener=<listener type>/:write-attribute(name=max-post-size,value=<maximum file size in bytes>) |
Remoting-connector
| Configures the remoting-connector port and socket binding.
To log in to the Hub Console from a remote machine, set the port to 4447 and the socket binding to remoting.
In the
subsystem with the name
urn:jboss:domain:remoting:<n.n> , set the
port attribute to 4447 for the child element
<socket-binding name="remoting"> of the
socket-binding-group element.
Set the
socket-binding attribute to
remoting .
By default, remoting-connector security is disabled. If you want to configure remoting-connector security for the MDM Hub, ensure that you configure only the Elytron security framework that is supported.
| /socket-binding-group=standard-sockets/socket-binding=remoting:add(port=4447) /subsystem=remoting/connector=remoting-connector:add(socket-binding=remoting) |