Application server setup
Unica Docker supports Apache Tomcat��, Red Hat�� JBoss�� Enterprise Application Platform (EAP), and Oracle�� WebLogic Server application servers.
To setup the JBoss application server, place the JBoss EAP ZIP file on the mount location and configure the path in the Helm chart.
Note:
For JBoss server, edit the standalone.conf script in the
JBoss/bin directory to add the following Java options
to
JAVA_VENDOR:-Dfile.encoding=UTF-8
-Dclient.encoding.override=UTF-8
-Djboss.as.management.blocking.timeout=3600If you are deploying on a non-production setup, add
-DENABLE_NON_PROD_MODE=true
If you are deploying on a production setup, the Java option,
-DENABLE_NON_PROD_MODE=true, must be removed or set to
false.
After saving the changes, restart the JBoss server.