Configuring WebLogic to display reports (UNIX)

If you install Unica Campaign with Unica Optimize on a UNIX system, you must enable the java.awt.headless JVM property so that the WebLogic web application server can display the graphs in Unica Optimize reports.

About this task

To enable graph display in Optimize reports in the Weblogic JVM:

Procedure

  1. Shut down the Weblogic server if it is already running.
  2. Locate and open the startup script for your Weblogic server (startWebLogic.sh) in any text editor.
  3. Modify the JAVA_OPTIONS parameter to add the following value:

    -Djava.awt.headless=true

  4. Save the startup script, then restart the Weblogic server.