1 Reply Latest reply on Jan 25, 2003 6:25 AM by juhalindfors

    JMX Console Username/Password

    urciolo

      I downloaded 3.0.5 and get a prompt for a password when I go to: http://localhost:8080/jmx-console.

      What is this username and password, and where do I change the values?

      Sorry for the basic question... I looked in the web.xml and jboss-web.xml and the security stuff is commented out. What's up?

        • 1. Re: JMX Console Username/Password

          the default username/password is admin, admin

          however this is not enabled by default, someone had to set it up from jmx-console.war/WEB-INF/web.xml|jboss-web.xml in deploy directory

          you can set up other usernames by going to deploy/jmx-console.war/WEB-INF/classes there you will find users.properties and roles.properties file that contains the login names/passwords

          HTH