2 Replies Latest reply on Jun 9, 2013 1:50 PM by rams10786

    Question on Realm in JBoss AS 7

    rams10786

      Hello everyone,

       

      I am new to JBoss AS 7. We have a project using Jboss 5.1 and now we are upgrading to jboss as 7.1.

       

      As server.xml vanished from JBoss 7.1, there is a dilemma over place holders for some configurations in it. We have configured <Realm class=.....> in ..../jbossweb.sar/server.xml

       

      In which file should I place this entry in new folder structure of Jboss 7?

       

      Thanks in advance

        • 1. Re: Question on Realm in JBoss AS 7
          wdfink

          With AS7 the complete configuration is now in one or two files (depend on the mode standalone or domain).

          The security can be configured here.

          Does this documentation helps?

          • 2. Re: Question on Realm in JBoss AS 7
            rams10786

            Thanks for the reply..

             

            Yes but here my point is the JbossWebRealm class has been extended and implemented in our own way. And this has been included as <Realm className=*****> in server.xml. We want to use that code again after we upgrade to Jboss7. So is there a way to put an entry like <Realm className=*****> in some configuration file and make the application work like just before...

             

            Any help is highy appreciated.

             

            Thanks