Guidelines for deploying Unica Platform on JBoss

You must follow a set of guidelines when you deploy Unica Platform on JBoss.

Make sure that the version of JBoss meets the requirements that are described in the HCL Enterprise Products Recommended Software Environments and Minimum System Requirements document. Use the following guidelines when you deploy Unica Platform on JBoss:

Use the following guidelines when you deploy the Unica Platform products on any supported version of JBoss:

  1. Deploy the HCL EAR file or the unica.war file as an enterprise application.

    For example: deploy <Platform_Install>\unica.war

    See https://docs.jboss.org/jbossweb/3.0.x/deployer-howto.html for instructions on Deploying Web Server Application in JBoss.

  2. Complete the following tasks if your installation must support non-ASCII characters, for example for Portuguese or for locales that require multi-byte characters:
    1. Edit the standalone.conf script in the bin directory under your JBOSS /bin directory to add

      -Dfile.encoding=UTF-8

      -Dclient.encoding.override=UTF-8

      -Djboss.as.management.blocking.timeout=3600

      to JAVA_VENDOR.
    2. Restart JBoss server.