0 Replies Latest reply on Aug 22, 2005 1:57 AM by ram0206

    I have a problem with run as role in jboss-web.xml

    ram0206



      I have a problem with role assign in jboss-web.xml,
      <security-role>
      <role-name>managers<</role-name>
      <principal-name>adminuser</principal-name>
      </security-role>

      and added security role in web.xml

      <security-role id="SecurityRole_1047986176812">

      <role-name>managers</role-name>
      </security-role>

      with the above role i am able to access the defined resource

      could you help me on this