How to change admin user password activeMQ 5.9 new web console

I would like to change the password for "admin". How to achieve this in version 5.9?

when I use the old web console I cannot connect to admin / admin ( http://myhost.com:8161/admin ) but I can in the new web console ( http://myhost.com:8161/hawtio )

Thank you for your help.

+3
source share
1 answer

Take a look at the file apache-activemq-5.9.1/conf/jetty-realm.properties.
Format: username: password, rolename. The default settings admin:admin,admin. Therefore, when changing the second value, the password will be updated. admin: newpassword, admin.

+16
source

All Articles