-
1. Re: Jboss admin console password
waveforms Jul 31, 2012 2:52 PM (in response to izauddin)I am sure you already solved this but for anyone who comes across this thread I found this to work:
# cd ../pathto/jboss-x.x.x/server/default/conf/props
# vi jmx-console-users.properties
admin=adminit is user=password format, change them accordingly. Now you can login with your new username and password
from http://ronald132.wordpress.com/2009/12/05/jboss-changing-jmx-console-admin-password/
-
2. Re: Jboss admin console password
izauddin Jul 31, 2012 5:35 PM (in response to waveforms)Thanks for the input. I do change the user/password pair at the location, but what about the other places
that I mentioned in my previous post ?, Do I have to change them there also ?. Futhermore after changing the
password at these two location below. After a few login with the new password and a restart of jboss, I cannot login
with the new password, but can login with the old password.
1. server/default/deploy/management/console-mgr.sar/web-console.war/WEB-INF/classes/web-console-users.properties
2. server/default/conf/props/jmx-console-users.properties
-
3. Re: Jboss admin console password
cat77 Jun 27, 2013 12:19 PM (in response to izauddin)The password should be changed by using the admin console
http://localhost:8080/admin-console
but it is not accessible with a minimal installation.
Also, there is a warning in this manual:
Warning
If a resource was previously deployed and modified via the Console, the administration of the resource should continue to be done via the Console. The resource modifications are persistent but will not be reflected in the resources original configuration file. This means that changes between manual edits to configuration files and changes performed via the Console are not interchangeable. If you make a change to a configuration file outside of the Administration Console it will override and replace any changes you have previously made via the Console.
-
4. Re: Jboss admin console password
smartinbox Jul 5, 2013 1:03 AM (in response to izauddin)whoaaa! found it! I am looking for this one. Now I know the way howto change the password.
_______________