1. Locate the jmx-console.war directory. This will normally be in server/default/deploy in your JBOSS_HOME directory 2. edit WEB-INF/web.xml and uncomment the security-constraint block 3. edit WEB-INF/classes/jmx-console-users.properties and WEB-INF/classes/jmx-console-roles.properties and change the users and passwords to what you desire. They will need the JBossAdmin role specified in the web.xml file to run the JMX Console. 4. edit WEB-INF/jboss-web.xml and uncomment the security-domain block. The security-domain value of jmx-console maps is declared in the login-config.xml JAAS configuration file which defines how authentication and authorization is done.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3883394#3883394 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3883394 ------------------------------------------------------- SF.Net email is sponsored by: Discover Easy Linux Migration Strategies from IBM. Find simple to follow Roadmaps, straightforward articles, informative Webcasts and more! Get everything you need to get up to speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
