To restart designer of business applications back end, restart the web server, on which it is installed:
Apache2. It is available only in Linux OS. To restart the web server, execute the command:
Debian-based distributions:
sudo systemctl restart apache2-fp10.x-dba
RedHat-based distributions:
sudo systemctl restart httpd-fp10.x-dba
ALT Linux:
sudo systemctl restart httpd2-fp10.x-dba
ASP.NET. It is available only in Windows OS. For details see the Internet Information Services documentation.
Java. To restart the web server:
In Linux OS:
If Apache Tomcat is running as a Linux OS service, execute the command:
sudo systemctl restart tomcat
NOTE. The tomcat file is a custom file and its name may differ.
If Apache Tomcat is started manually, execute the commands:
/path_to_tomcat/bin/catalina.sh stop
/path_to_tomcat/bin/catalina.sh start
Where path_to_tomcat is the path to the folder with installed Apache Tomcat.
In Windows OS:
Open hidden icons on the taskbar.
Select the Stop Service item in the Apache Tomcat context menu, then select the Start Service item.
After executing the operations the designer of business applications application back end is restarted.
See also:
Designer of Business Applications Back End | Opening Business Application