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 for the targetApp element opens from the repository specified for the targetRepo element in the DBA.config.json file.
NOTE. If the authorization dialog box is not displayed, and a white screen appears, check if your browser meets minimum requirements, and if required, update it to the latest version.
To connect to a different repository and open a different business application, which settings are contained in the DBA.config.json file, the user can add additional parameters repo and app to the URL, for example:
http://localhost/DBA_App_v10.x/#/login?repo=TEST_REPOSITORY&app=TEST_APP.
http://localhost:8080/dba/#/login?repo=TEST_REPOSITORY&app=TEST_APP.
See also:
Designer of Business Applications Back End | Setting Up Designer of Business Applications Configuration