diff options
author | Miguel De Anda <miguel@thedeanda.com> | 2017-06-30 12:37:29 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-06-30 12:37:29 +0700 |
commit | c5657edf942ff33266f388c6cdf92d6bd8de81db (patch) | |
tree | 982d424652b680c22101b8d6a32de4477985130c /system/apache-activemq/README | |
parent | 39a8c3878fb92460d8cde7fd679d0b01be1e0391 (diff) |
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/README | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/system/apache-activemq/README b/system/apache-activemq/README index 5d34142fda230..74dc0508ecaf1 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. |