Below is the additional setup of Apache2 to access resources of designer of business applications in ALT Linux OS if designer of business applications back end was installed manually.
To access resources of designer of business applications:
Make sure that the following conditions are satisfied:
The designer of business applications is unpacked and is located in the /opt/foresight/dba/10.x folder.
The DBA.config.json configuration file is set up.
Specify the path to the folder with the installed designer of business applications in /etc/sysconfig/httpd2:
When systemd is used as an initialization system, do not use the export command for correct setup:
Open the file /etc/httpd2/conf/sites-available/webserver.conf for edit, which was created during Apache HTTP Server setup to access web application resources at Step 4, and add the following strings before the closing tag </VirtualHost>:
Specify the address contained in ProxyPass, as a value of the ppServiceUrl field in the DBA.config.json file:
"ppServiceUrl": "http://<BI server>/dba/PPService.axd"
In the substitutions:
<BI server>. Specify IP address or DNS name, on which BI server is installed, in the webserver.conf and DBA.config.json files.
<port number>. Specify port number, at which BI server is available. The 8810 port is used by default.
NOTE. The dba directory name can be changed. For details about setup of virtual hosts in Apache2, see the official documentation.
Grant httpd2 access permissions to files of the designer of business applications:
Restart httpd2:
After executing the operations open the designer of business applications at:
http://localhost/dba/#/login?repo=FPREPOSITORY
Where:
FPREPOSITORY. Repository identifier.
If authorization failed, check BI server performance and its settings according to the Installing and Setting Up BI Server on ALT Linux OS article.
See also:
Manual Installation and Setup of Apache2 to Access Designer of Business Applications | Installing and Setting Up BI Server on ALT Linux OS