Charting problems in Linux on POWER

[CR #422932] Charting does not work properly on Linux machines that do not have X11 installed.

Workaround: Modify the starttomcat.sh script.

  1. Navigate to $SYBASE.

  2. Use a text editor to open starttomcat.sh.

  3. Add the following lines to the file:

    CATALINA_OPTS=-Djava.awt.headless=true 
    export CATALINA_OPTS
    
  4. Save the file and close it.

  5. Restart the application server (Tomcat).