3 Replies Latest reply on Apr 5, 2007 9:29 AM by hebol

    No login available for security service

    themadhatter

      Windows 2003 SP1 (Popup blocker off), j2sdk1.4.2_11, JRE Std Ed 1.5.0_07-b03, JBoss 4.0.4 GA

      I enabled security service for the jmx-console, but I never get prompted for a login. So when I try to access the jmx-console, I get:

      --------------------------------------------------------------------------------
      "HTTP Status 403 - Access to the requested resource has been denied
      type Status report
      message Access to the requested resource has been denied
      description Access to the specified resource (Access to the requested resource has been denied) has been forbidden."
      Apache Tomcat/5.5.17
      --------------------------------------------------------------------------------

      I followed the "Quick Tour" documentation for securing the jmx-console:
      1) deploy\jmx-console.war\WEB-INF\jboss-web.xml
      I uncommented: <security-domain>java:/jaas/jmx-console</security-domain>

      2) deploy\jmx-console.war\WEB-INF\web.xml
      I uncommented the securityconstraint section.

      3) deploy\jmx-console.war\WEB-INF\classes\jmx-console-roles.properties
      myuser=JBossAdmin,HttpInvoker

      4) deploy\jmx-console.war\WEB-INF\classes\jmx-console-roles.properties
      myuser=password

      What do I need to do to get the login?

      Thanks!