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
- Locate the TRIRIGAWEB.properties file for the server being configured as the BIRT process server.
- 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.
- Set the BIRT_PROCESS_SERVER_HOST_NAME property to the host name or IP address of the BIRT process server.
- Set the BIRT_PROCESS_SERVER_PORT property to the listening port that you configured on the BIRT process server.
- Save the TRIRIGAWEB.properties file.
- Restart the BIRT process server.