'Access the ActiveMQ Artemis web console
The ActiveMQ Artemis docs state that the console is configured in bootstrap.xml as follows:
The embedded Jetty instance is configured in etc/bootstrap.xml via the web element, e.g.:
<web path="web"> <binding uri="http://localhost:8161"> <app url="activemq-branding" war="activemq-branding.war"/> <app url="artemis-plugin" war="artemis-plugin.war"/> <app url="console" war="console.war"/> </binding> </web>The
webelement has the following attributes:
path: The name of the subdirectory in which to find the web application archives (i.e. WAR files). This is a subdirectory of the broker's home or instance directory.
The broker instance does not have the web directory. Should the web folder with the Web ARchive be copied into the broker instance directory?
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
