summaryrefslogtreecommitdiffstats
path: root/system/apache-activemq/README
diff options
context:
space:
mode:
author Miguel De Anda2017-06-30 07:37:29 +0200
committer Willy Sudiarto Raharjo2017-06-30 07:37:29 +0200
commitc5657edf942ff33266f388c6cdf92d6bd8de81db (patch)
tree982d424652b680c22101b8d6a32de4477985130c /system/apache-activemq/README
parent39a8c3878fb92460d8cde7fd679d0b01be1e0391 (diff)
downloadslackbuilds-c5657edf942ff33266f388c6cdf92d6bd8de81db.tar.gz
system/apache-activemq: Updated for version 5.14.5.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/apache-activemq/README')
-rw-r--r--system/apache-activemq/README10
1 files changed, 10 insertions, 0 deletions
diff --git a/system/apache-activemq/README b/system/apache-activemq/README
index 5d34142fda..74dc0508ec 100644
--- a/system/apache-activemq/README
+++ b/system/apache-activemq/README
@@ -26,3 +26,13 @@ for example:
groupadd -g 253 activemq
useradd -u 253 -g 253 -c "Apache Active MQ" -d /var/lib/activemq \
-s /bin/sh activemq
+
+Web Interface
+
+The web interface for ActiveMQ is available at http://127.0.0.1:8161/admin/
+with the default username and password set to:
+
+Login: admin
+Passwort: admin
+
+You can edit /etc/activemq/users.properties if you wish to change them.