mirror of https://github.com/apache/activemq.git
AMQ-5760: ActiveMQ - Output url to the rest api when starting AMQ
This commit is contained in:
parent
b77eba471d
commit
9b3d651b38
|
@ -52,6 +52,7 @@ public class WebConsoleStarter implements ServletContextListener {
|
||||||
String host = System.getProperty("jetty.host");
|
String host = System.getProperty("jetty.host");
|
||||||
if (host != null && port != null) {
|
if (host != null && port != null) {
|
||||||
LOG.info("ActiveMQ WebConsole available at http://{}:{}/", host, port);
|
LOG.info("ActiveMQ WebConsole available at http://{}:{}/", host, port);
|
||||||
|
LOG.info("ActiveMQ Jolokia REST API available at http://{}:{}/api/jolokia/", host, port);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue