Installing and Setting Up Foresight Analytics Platform > Installing Foresight Analytics Platform Extensions > Designer of Business Applications Back End > Opening Business Application
To open a business application in the web interface, use the supported browser and specify URL in the connection string depending on how the designer of business applications back end was installed:
The designer of business applications back end was installed automatically on Apache2 in Linux OS:
http://<web server>:<port number>/dba/
Where:
<web server>. IP address or DNS name of the server, on which designer of business applications back end was installed.
<port number>. Number of the port, at which designer of business applications back end is available. The 8210 port is used by default.
If designer of web applications back end was installed manually on Apache2 in Linux OS:
http://<web server>/dba/
Where:
<web server>. IP address or DNS name of the server, on which designer of business applications back end was installed.
If designer of business applications back end was installed automatically on ASP.NET in Windows OS:
http://<web server>/DBA_App_v10.x/
Where:
<web server>. IP address or DNS name of the server, on which designer of business applications back end was installed.
If designer of business applications back end was installed manually on ASP.NET in Windows OS:
http://<web server>/DBA_v10.x/
Where:
<web server>. IP address or DNS name of the server, on which designer of business applications back end was installed.
If designer of business applications back end was installed on Java in Linux OS:
http://<IP address or workstation name>:<port>/dba/
If designer of business applications back end was installed on Java in Windows OS:
http://<IP address or workstation name>:<port>/path/
Where:
path. Context path specified at Step 4 of Apache Tomcat installation.
After executing the operations the start page of designer of business applications opens for authorization in the repository. The business application uses settings specified in the config.json or DBA.config.json file. When working with the default address, for example: http://localhost/DBA_App_v10.x/ the business application specified in the targetApp field opens from the repository specified in the targetRepo field.
To connect to another repository and open the business application, which settings are determined in the repositories field, one can add additional parameters for the address in the config.json or DBA.config.json file:
repo. Repository identifier.
appId. Business application identifier if the config.json configuration file is used.
app. Business application identifier if the DBA.config.json configuration file is used.
For example:
http://localhost/DBA_App_v10.x/#/login?repo=REPOSITORY_ID&appId=BUSINESS_APP_1
If single repo parameter is set, the business application opens that is specified as the first one for the repository in the repositories field.
If parameters are not specified or the non-existing repository/business application identifier is set, connection is established to the default repository and business application that are specified in the targetRepo and targetApp fields.
See also:
Designer of Business Applications Back End | Setting Up Designer of Business Applications Configuration