Web application back end is installed using the special web application archive pp.war (uniform for x86 and x64 platforms). The file is located in the Java_PPWeb folder of the software package. First, create a folder to store web application, for example, /opt/Foresight/9.2/fp. Copy the pp.war to the created folder and execute the unpack command:
unzip pp.war
It is assumed that BI server is already installed and configured. Add a link to BI server and repository identifier, to which connection is established, in the PP.xml file (the file is located in the Config folder of web application).
<service url="http://localhost:9090/axis2/services/PP.SOM.Som" />
<metabase id="FPREPOSITORY" ping="120000" />
<service url="http://localhost/axis2/services/PP.SOM.Som" />
<metabase id="FPREPOSITORY" ping="120000" />
If the BI server is installed by means of installation package, the string looks as follows:
<service url="http://localhost:8092/fpBI_App_v9.2x64/axis2/services/PP.SOM.Som" />
<metabase id="FPREPOSITORY" ping="120000" />
After the web application is installed, determine additional settings for Apache HTTP Server. See below examples of settings depending on the operating system, in which web server is running:
See also: