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.
...
a list of all applications and a status circle showing green for started and red for stopped.
...
Start an app
Right click the app and select Commands then Start. The status circle should change to green and a popup appear in the bottom right corner saying the app has started.
...
Stop an app
Right click the app and select Commands then Stop. The status circle should change to red and a popup appear in the bottom right corner saying the app has stopped.
...
Restart an app
Right click the app ands select Commands then Restart. The status circle should remain green and a popup appear in the bottom right corner saying the app has restarted.
...