1 Reply Latest reply on Jun 14, 2005 2:45 PM by bandini

    badly Stuck with dynamic Login Configuration

    bandini

      Hi,

      In my appliaction, im making a app.ear file, which Im installing in the
      /deploy directory of jboss. But for dynamiclogin conf i need .sar file.

      So can i make 2 files 1 app.ear and app.sar and deploy it or i have to make 1 .ear file and then place the app.sar inside it. The sar file should
      have a meta-inf directory which should have the login-config.

      Any help is really appreciated.


        • 1. Re: badly Stuck with dynamic Login Configuration
          bandini

          Hi,

          I was wondering to activate the dynamicloginconfiguration, we are told to
          make changes to our sar file....We have installing .ear file so what i did was
          introduced the tag in jboss-app.xml

           <!--module>
           <service>security.sar</service>
           </module-->
          
          



          But when i deploy the sar file...im getting errors such as dynmaicconfig failed to initialize...and jboss-services.xml mising...

          ANy help will be appreciated...