Having created the application, we can find a summary of all deployed applications using: {% highlight bash %} $ br application
{% endhighlight %}
application
can be shortened to the alias app
, for example: {% highlight bash %} $ br app
{% endhighlight %}
A full list of abbreviations such as this can be found in the CLI reference guide{:target=“_blank”}.
In the above example the Id hTPAF19s
and the Name Tomcat
are shown. You can use either of these handles to monitor and control the application. The Id shown for your application will be different to this but the name should be the same, note that if you are running multiple applications the Name may not be unique.