From 66a85de905f8227edcb8c05f7baed127e074c49f Mon Sep 17 00:00:00 2001 From: Alexej Timonin Date: Sun, 21 Jul 2024 19:09:52 +0200 Subject: [PATCH] Update WebConsole README --- assembly/src/release/docs/WebConsole-README.txt | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/assembly/src/release/docs/WebConsole-README.txt b/assembly/src/release/docs/WebConsole-README.txt index e6ed5eb9dc..6e4234ad34 100644 --- a/assembly/src/release/docs/WebConsole-README.txt +++ b/assembly/src/release/docs/WebConsole-README.txt @@ -1,9 +1,7 @@ Deploying the ActiveMQ-WebConsole ================================= -From ActiveMQ 5.9 onwards ActiveMQ ships with a web console which -is accessible at its usual location at: - http://localhost:8161/admin/ +ActiveMQ Classic ships with a web console which is accessible at: http://localhost:8161/admin/ In the default configuration ActiveMQ automatically starts the web console in the same VM as the broker. The console is accessibly under http://localhost:8161/admin/. @@ -12,7 +10,7 @@ The broker may ask for credentials to login the web console the first time. The default username and password is admin/admin. In the web console you can configure the default users, in the -conf/jetty-real.properties file. And in the conf/jetty.xml file you can configure +conf/users.properties file. And in the conf/jetty.xml file you can configure to disable login for the web consoles. However it's also possible to start the web console in a separate VM and connect it