0 Replies Latest reply on Feb 6, 2012 10:58 PM by xmeteor

    How to configuring security realm with JBoss7

    xmeteor

      In Jboss6, I configured security realm in xxx.war/WEB-INF/context.xml

      <Context>

          <Realm className="com.xxx.MyRealm"/>

      </Context>

       

      But context.xml is invalid in Jboss7.

      Adding it to jboss-web.xml?  What should i do?