Updated the following:

/jboss3.2.3/server/default/deploy/jmx-console.war/WEB-INF/classes/users.properties

I changed the username password as admin1=admin1 and also renamed the file to 
'jmx-console-users.properties

After this i changed the names in login-config.xml as follows:

<application-policy name = "jmx-console">
    
        <login-module code="org.jboss.security.auth.spi.BaseCertLoginModule" 
flag = "required">
        <module-option name = 
"securityDomain">java:/jaas/jmx-console</module-option>
        <module-option name = 
"rolesProperties">roles.properties</module-option>               
        </login-module> 
        
         <login-module code="org.jboss.security.auth.spi.UsersRolesLoginModule" 
flag = "required">
          <module-option name = 
"usersProperties">jmx-console-users.properties</module-option>
          <module-option name = 
"rolesProperties">jmx-console-roles.properties</module-option> 
          </login-module>   
       
    </application-policy>


View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3883016#3883016

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3883016


-------------------------------------------------------
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

Reply via email to