Configuring BIRT Process Servers

You can configure an IBM TRIRIGA server as a BIRT process server to offload and process BIRT reports. If you do not configure a separate process server, BIRT report processing is done on the application server.

Procedure

  1. Locate the TRIRIGAWEB.properties file for the server being configured as the BIRT process server.
  2. Set the BIRT_PROCESS_SERVER_LISTENING_PORT property to the TCP port that communicates between the two IBM TRIRIGA servers. The server detects BIRT requests on this port.
  3. Set the BIRT_PROCESS_SERVER_HOST_NAME property to the host name or IP address of the BIRT process server.
  4. Set the BIRT_PROCESS_SERVER_PORT property to the listening port that you configured on the BIRT process server.
  5. Save the TRIRIGAWEB.properties file.
  6. Restart the BIRT process server.