diff --git a/activemq-web-console/src/main/java/org/apache/activemq/web/WebConsoleStarter.java b/activemq-web-console/src/main/java/org/apache/activemq/web/WebConsoleStarter.java index 8ec8e225a5..875492f6ac 100644 --- a/activemq-web-console/src/main/java/org/apache/activemq/web/WebConsoleStarter.java +++ b/activemq-web-console/src/main/java/org/apache/activemq/web/WebConsoleStarter.java @@ -52,6 +52,7 @@ public class WebConsoleStarter implements ServletContextListener { String host = System.getProperty("jetty.host"); if (host != null && port != null) { LOG.info("ActiveMQ WebConsole available at http://{}:{}/", host, port); + LOG.info("ActiveMQ Jolokia REST API available at http://{}:{}/api/jolokia/", host, port); } }