Manual Installation and Setup of Apache2 to Access Web Application Resources

Below is the example of manual installation and setup of Apache2 to access web application resources in Linux OS.

TIP. To install web application back end in Linux OS, it is recommended to use distribution files included in software package of Foresight Analytics Platform.

To install web application back end manually:

  1. Male sure that BI server is installed.

  2. Create a directory to store web application back end files, for example: /opt/foresight/fp/10.x.

  3. Copy the pp.war archive from the Java_PPWeb folder included in the software package.

  4. Copy the pp.war archive to the directory /opt/foresight/fp/10.x and unpack it using the command:

unzip pp.war

  1. Open the PP.xml file located in the directory /opt/foresight/fp/10.x/config to set up web application configuration. The file contains the following structure by default:

<?xml version="1.0" encoding="utf-8" ?>
<pp>
    <service url="" />
    <metabase id="" />
</pp>

  1. Set BI server connection parameters:

The example of the PP.xml file:

<?xml version="1.0" encoding="utf-8" ?>
<pp>
   <service url="http://localhost:8810/fpBI_App_v10.x/axis2/services/PP.SOM.Som"/>
    <metabase id="WAREHOUSE" />
</pp>

After executing the operations, web application back end is installed. Determine advanced settings for Apache2 depending on the operating system, in which the web server is running:

See also:

Installing Web Application Back End on Apache2