Table of Contents

Search

  1. Preface
  2. Installation Overview
  3. Pre-Installation Tasks
  4. Hub Store Installation
  5. Hub Store Post-Installation Tasks
  6. Hub Server Installation
  7. Hub Server Post-Installation Tasks
  8. Process Server Installation
  9. Process Server Post-Installation Tasks
  10. ActiveVOS Post-Installation Tasks for the Application Server
  11. ActiveVOS Post-Installation Tasks for the Business Entity Adapter
  12. Resource Kit Installation
  13. Troubleshooting the MDM Hub
  14. Uninstallation

Installation Guide for Oracle Database with Red Hat JBoss

Installation Guide for Oracle Database with Red Hat JBoss

Configure Server Properties for the Full Profile

Configure Server Properties for the Full Profile

Configure the server properties for the full profile of the standalone mode in the
standalone-full.xml
file.
The
standalone-full.xml
file is in the following directory:
<
JBoss installation directory
>/standalone/configuration
The following table describes the server properties configuration for the full profile:
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:
<connector name="https" protocol="HTTP/1.1" scheme="https" socket-binding="https" secure="true"> <ssl name="ssl" key-alias="<Key alias>" password="<keystore password>" certificate-key-file="<Security certificate key file path>" protocol="TLSv1" verify-client="false"/> </connector>
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:
<security-enabled>
false
</security-enabled>
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:
<connector name="remoting-connector" socket-binding="remoting" security-realm=<"security realm name">/>
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:
<async-handler name="ASYNC"> <level name="INFO"/> <queue-length value="1024"/> <overflow-action value="BLOCK"/> <subhandlers> <handler name="FILE"/> <handler name="CONSOLE"/> </subhandlers> </async-handler>
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.

0 COMMENTS

We’d like to hear from you!