Deployment of Unica Platform on JBOSS cluster

To install Unica Campaign on Jboss cluster, see the Campaign Install Guide.

Preparing the data sources

You must add or create JNDI in the same JBOSS domain which you are planning to use in a cluster. Complete the following step to create JNDI.
  1. Add required database modules in JBOSS. For example, oracle database

    jboss-cli.bat --connect --controller=JBOSS_DOMAIN_MASTER:MASTER_PORT --

    commands="module add --name= oracle.jdbc --

    resources=<Database_Driver_Path\ojdbc8.jar> --

    dependencies=javax.api,javax.transaction.api"

JNDIs can be added by modifying domain.xml of both master and slave.

Deployment steps

In addition to the instructions in the deployment chapter "Deploying Unica Campaign on JBoss Application Server" in the Campaign Installation Guide, complete the following steps.
  1. Launch JBOSS management console.
  2. Navigate to Deployments tab. Select the ServerGroup.
  3. Under Depolyments section, click Add. A pop-up window appears.
  4. Browse the WAR/EAR application and complete the deployment process.