Skip to main content

JBoss EAP 7.0 - Cantara Assur Server Installation

This documentation does not intend to document JBoss and It is assumed that anyone following the documentation contained on this page has experience working with JBoss.

Make sure you have done the following before deploying the Cantara Assur Server:

Oracle Database Module

If you are using an Oracle database you must ensure that the Oracle JDBC Driver module is listed as a dependency in the jboss-deployment-structure.xml configuration file.

jboss-deployment-structure.xml

XML
<?xml version="1.0" encoding="UTF-8"?>
<jboss-deployment-structure xmlns="urn:jboss:deployment-structure:1.2">
    <deployment>
        <exclusions>
            <module name="org.apache.logging.log4j" />
        </exclusions>
        <exclude-subsystems>
            <subsystem name="resteasy" />
            <subsystem name="jaxrs" />
            <subsystem name="webservices" />
            <subsystem name="logging"/>
        </exclude-subsystems>
        <local-last value="false" />
        <!-- enable Oracle database driver module -->
        <dependencies>
            <module name="com.oracle.driver"/>
        </dependencies>
    </deployment>
</jboss-deployment-structure>


To deploy an instance of the Cantara Server
  1. Log in to the JBoss EAP Server Administration Console.

  2. Go to the Depoyments tab and click Add.
  3. Select Create an unmanaged deployment and click Next.
  4. Enter the path to the extracted WAR archive along with the archive name.

    Change Context Root

    If you want to change the context root you can do so in the WEB-INF/jboss-web.xml located in the installation directory. The default context root is /cantara.

  5. Verify that this java property: "-Dcantara.assur.etc=/u01/rinami/cantara/assur/etc" is configured.
  6. Click Finish, and the application should be deployed and enabled on your server.

  7. If the deployment is successful you will see the Cantara Assur Server in the list of deployments with its state set to Enabled. If the deployment fails to start correctly, check the appropriate JBoss logs for deployment errors.

Validate Deployment

If you open a browser window to the base URL of the Cantara Assur Server deployment you can confirm that the deployment has completed successfully.

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.