Change JBOSS admin password 

Joined:
03/21/2010
Posts:
48

June 18, 2010 21:14:34    Last update: June 18, 2010 21:14:34
For the default profile, the admin password is stored in the file server/default/conf/props/jmx-console-users.properties. Simply change the password and save:
# A sample users.properties file for use with the UsersRolesLoginModule
admin=YourNewTopSecretPassword


But most likely you are trying to secure the JBOSS server in a production environment, and changing the password only isn't enough. For example, the JMX console is still wide open after you made the above change. Securing the JMX Console and Web Console is quite a daunting task!
Share |
| Comment  | Tags