Re: ActiveMQ Defaul admin password change

2016-08-12 Thread jairojara
Hello Hassem, Thank you for the support. I found out the issue. Just for the record the only change needed was to modify the jetty-realm.properties. My issue was that I had 2 versions activemq-5.10 and activemq-5.11 in the server. I deleted the older version and the changes where finally applied.

Re: ActiveMQ Defaul admin password change

2016-08-11 Thread jairojara
Hi, I reverted credentials.properties to : activemq.username=system activemq.password=manager guest.password=password I reverted users.properties to : admin=admin The only changes that are present in jetty-realm.properties (btw AwesomeNewPassword is not the real one, just example) admin:Aweso

Re: ActiveMQ Defaul admin password change

2016-08-10 Thread jairojara
Hi, Thanks for the response. I changed credentials.properties to the following: activemq.password=AwesomeNewPassword I also modified the users.properties admin=AwesomeNewPassword I still can log to the Web console as admin/admin. -- View this message in context: http://activemq.2283324.n4

Re: ActiveMQ Defaul admin password change

2016-08-10 Thread jairojara
Hi, Security Review on the server found out that ActiveMQ Web Console is using default credentials. Thus we need to change the admin password. -- View this message in context: http://activemq.2283324.n4.nabble.com/ActiveMQ-Defaul-admin-password-change-tp4715351p4715374.html Sent from the Acti

ActiveMQ Defaul admin password change

2016-08-10 Thread jairojara
Hello, I have ActiveMQ 5.11.1 I am trying to change the default password for the Web Console. I have this setting enabled in the jetty.xml file. I have changed the password in the jetty-realm.properties file: admin:AwesomeNewPassword, admin user:AwesomeNewPassword, user I have restarted Act