Installing Web Application Back End on Red Hat Enterprise Linux

It is assumed that BI server and Apache HTTP Server (httpd) web server are already installed.

  1. Copy the foresight-fp9.2-webserver*.rpm RPM package to the home directory.

  2. Install the copied package (alternatively, you can use the yum utility that will install all all dependent packages):

sudo yum localinstall Foresight-fp9.2-webserver*"

The web application back end will be installed to the folder /opt/foresight/fp9.2-webserver/. The installation results in the created and configured new httpd instance. The web application will be set up to work with a local BI server via the 8092 port. The BI server URL can be changed in the file /opt/foresight/fp9.2-webserver/config/PP.xml. The web application itself is available via the 8192 port.

See also:

Installing Web Application Back End on Apache2