One of the most important properties that is easily overlooked is the Front End
Server property. This property must be set for BIRT reports to render correctly
on the application server. If you have a process server, the URL value of the
Front End Server property on the application server and the process server must
be the application server. It is also important to set this property for queued
reports, since the generated URL is composed from this property. You can set
this property during the installation process or in the
TRIRIGAWEB.properties file, which requires a restart
before it takes effect. The following example shows the property and its
description from a 3.4.1 installation
#
# The FRONT_END_SERVER is the main URL an end user would enter to access
# the IBM TRIRIGA system. It consists of a protocol(optional),
# host[REQUIRED] and port (optional). If no protocol is specified
# then "http" will be used by default.
#
# Exampes:
# tririga.company.com
# tri-dev.company.com:8001
# https://tri-secure.company.com
# https://tri-dev-secure.company.com:8443
#
FRONT_END_SERVER=http\://hostname\:8001
Taken from https://www.ibm.com/developerworks/community/blogs/9e3a5b9d-6a06-4796-a6c1-5137b626e39c/entry/front_end_server?lang=en
No comments:
Post a Comment