Application server setup

Cloud Native Unica supports Apache Tomcat®, Red Hat® JBoss® Enterprise Application Platform (EAP), and Oracle® WebLogic Server application servers.

You do not have to set up the Apache Tomcat application server as it is embedded in the Cloud Native Unica image.

Note:
For Apache Tomcat server, edit the setenv.sh file for the respective product instances script in the bin directory under your Tomcat instances directory to add the following Java options:
- Dfile.encoding=UTF-8
-Dclient.encoding.override=UTF-8

If 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 Apache Tomcat server.