Legacy platform

Setting up JBoss to display barcodes and graphs

About this task

Sterling Call Center uses the X Window functionality to display barcodes and dynamic graphical images (such as inventory supply & demand graphs) in a UNIX environment. The following configuration is required to enable the X Window environment in UNIX systems for JBoss application servers:

Procedure

  1. If your UNIX server is also an X Window client, edit the run.sh script, and set the DISPLAY environment variable as follows:
    export DISPLAY=<IP_address_of_XWindows_server>:0.0 
  2. If you are using UNIX, run the xhost + command to remove access control for your X Window server.
  3. You can run X-server on the same server in which you run Sterling Call Center . However, you need to be logged in to the server console.
    Note: If the X Window server goes down or crashes while the inventory user interface is using the Fusion jar file, the JBoss server also goes down.