In the main page for an applicationTree View under the Node, you will see a status bar in the header. This status bar allows you to start, stop, and restart the application in question.
Start the app
Click the Start button, circled in red below. You should get a status message, and the Status circle should change to green.
...
Stop the app
Click the Stop button, circled in red below. You should get a status message, and the Status circle should change to red.
...
Restart the app
Click the Restart button, circled in red below. You should get a status message, and the Status circle should change to green. The service should be stopped if it was running, and then restarted.
...
list of all applications. A green circle signifies the app is running. A red circle signifies the app is stopped.
...
Start an App
Right-click the app in the tree view, select Commands then Start. The status circle will change to green and a popup will appear in the bottom right corner stating the app has started.
...
Stop an App
Right-click the app, select Commands and then select Stop. The status circle will change to red and a popup appear in the bottom right corner stating the app has stopped.
...
Restart an App
Right-click the app, select Commands and then select Restart. The status circle will remain green and a popup appear in the bottom right corner stating the app has restarted.
...