Allow restart from admin.html page
As a Kunagi administrator, I would like to be able to restart the Kunagi server remotely from a link in the admin.html page, so that I don't have to manually restart it by remoting into the box running Kunagi.
Currently the page has a link to shut down the server, but not to restart.
Status
Issue is closed.
Comments
Wed, Jun 24, 2015, 14:59 by Witek (SM,T)
Nice idea but difficult to implement. This is because Kunagi is just a Java Web Application. It runs inside of a Web Application Container (like Tomcat or JBoss). Kunagi can not restart itself, the container has to restart. And as I know a web application can not restart its container.
If someone has a solution to this problem, I will integrate it. But it needs to be container agnostic.