Deploy Semarchy xDM to JBoss/Wildfly
This document explains how to configure and deploy the Semarchy xDM Server with WildFly Application Server (formerly JBoss AS).
In this document, <wildfly_home>
refers to the Wildfly server installation folder.
Refer to the WildFly Documentation for your WildFly version for more details about the deployment and configuration processes in WildFly. |
Install Additional Libraries
JDBC Drivers
Install the JDBC drivers to connect the repository and data location databases, as well as the additional drivers required for the datasources accessed by xDM Dashboard or xDM Discovery.
To install the JDBC drivers:
-
Copy the appropriate database driver file from
temp/mdm-server/additional-libraries/
to the<wildfly_home>/standalone/deployments
directory. -
Copy additional drivers to the same directory.
Deploy the Application
Startup checklist
For the Semarchy xDM application to start correctly, make sure that your application server environment is correctly set up.
|
To deploy the application:
-
Copy the
temp/mdm-server/semarchy.war
file to the<wildfly_home>/standalone/deployments/
folder.
The Semarchy xDM application is deployed in the server.
Configure JavaMail Session
This configuration is required for mail notifications using JEE Mail Session.
To configure JavaMail Session:
-
Edit the
domain.xml
orstandalone-full.xml
configuration file and create the mail subsystem to match your configuration. See https://docs.jboss.org/author/display/AS71/Mail+Subsystem for more information.