1 Reply Latest reply on Nov 27, 2003 1:25 AM by milowe

    Creation of role and user

    sysuser1

      How do I create a role and a user in jboss? How do I assign a user to a role? Could someone point me to some documentation about security configuration. I am running jboss 3.2.2

      Thanks
      Sriram

        • 1. Re: Creation of role and user
          milowe

          Examine the example for jmx-console.war. You can turn on BASIC authorization in WEB-INF/web.xml and jboss-web.xml. The users and roles prop files are in WEB-INF/classes.

          (JAAS login configuration is set in login-config.xml and is explained in chapter 8 in doc).

          /micke