Deploy Semarchy xDM to WildFly (JBoss)
This page explains how to configure and deploy the Semarchy xDM server with WildFly application server (formerly known as JBoss AS).
On this page, <wildfly_home>
refers to the WildFly server installation folder.
For more details about the deployment and configuration processes in WildFly, see the official WildFly documentation for your WildFly version.
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 a JavaMail session
This configuration is required for mail notifications using JEE mail session.
To configure a JavaMail session, edit the domain.xml
or standalone-full.xml
configuration file and create the mail subsystem to match your configuration.
For more information, see the official WildFly documentation.