jbertram opened a new pull request, #4141: URL: https://github.com/apache/activemq-artemis/pull/4141
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". -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
