Saturday, 10 May 2014

How to Chanage Jboss Admin Password

By default jboss admin password will be same as user name admin. 
but we need to  secure the JBOSS server in a production environment, and You can change it by editing file-

 Jboss/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=Your Password

No comments:

Post a Comment