Configuring JBoss for Docker

About this task

To use JBoss with Unica Docker, complete the following steps.

Procedure

  1. Open the file common-configMap.yaml. To locate the file, access the JBOSSOracle/unica/templates/ location.
  2. For the _JBOSS_ZIP_LOCATION parameter, provide the folder name, residing within the HOME folder, containing the JBoss installation ZIP file. For example, /docker/unica/JBossZip/JBOSS.Zip.
  3. For the _JBOSS_ZIP_NAME_ parameter, provide the name of the JBoss installer ZIP file. For example, jboss-eap-7.1.0.zip.
  4. For the _DEST_JBOSS_UNZIP_LOCATION_ parameter, provide the absolute directory location where you want to install JBoss. For example, if you want to install JBoss inside the container, provide the value /opt. If you want to install JBoss in a mapped shared folder, provide the value /docker/unica.
  5. For the _DEST_UNZIP_FOLDER_ parameter, provide a folder name that contains the unzipped contents of the JBoss installer ZIP file. For example, if the ZIP file is jboss-eap-7.1.0.zip and the folder within the ZIP file is jBoss710, provide the value jBoss710.

Results

Completing the earlier mentioned configuration will automatically install JBoss and the required Unica component.