695bc5a648
Currently the broker detects the presence of the web console by looking for the name of a file (i.e. console.war). This is fragile because if the file is renamed for any reason then the broker won't print the status of the web console when it starts. This commit improves web console detection by inspecting the <display-name> tag in the war file's WEB-INF/web.xml. By default it looks for "hawtio", but this can be customized using the system property "org.apache.activemq.artemis.webConsoleDisplayName". |
||
---|---|---|
.. | ||
src | ||
pom.xml |