0 Replies Latest reply on Apr 8, 2011 12:37 AM by adayonline

    jmx-console is not prompting for user login when the password is changed from application

    adayonline

      all,

       

      I am working on a emterprite application.

       

      I tried to open the jmx-console. The browser prompted for the user login credentials. After giving the user login credentials, the jmx-console is opened. Now, from Application GUI, changed the password of the user. Still the jmx-console page is alive and when I go around pages of jmx-console, the browser doesn't prompt for the user login credentials again.

      Now, i'm launching new browser window and trying to open the jmx-console. The jmx-console page opened without prompting the user for any login credentials. Note that the user password is changed.

       

      I did some ways as :

      - get jboss.security:service=JaasSecurityManager from java code of app server and flushAuthenticationCache when password is changed.

      - configure
      <jboss-web>
         <security-domain flushOnSessionInvalidation="true">
             java:/jaas/mydomain
        </security-domain>
      </jboss-web>

       

      All can't reslove the issue, How Can I fix the issue ?.