3 Replies Latest reply on Nov 9, 2007 2:06 PM by shelleyb

    login-config.xml

    shelleyb

      Can an application-policy be configured anywhere other than <jboss_home>\server\\conf\login-config.xml (or can the login-config.xml be packaged with the application)? I'd like to be able to package my login-module configuration with my web application.

        • 1. Re: login-config.xml
          shelleyb

          Can an application-policy be configured anywhere other than [jboss_home]\server\[server]\conf\login-config.xml (or can the login-config.xml be packaged with the application)? I'd like to be able to package my login-module configuration with my web application.

          • 2. Re: login-config.xml
            jaikiran
            • 3. Re: login-config.xml
              shelleyb

              Thanks, this is exactly what I was looking for; however, I am having some difficulty getting this to work for my standalone webapp. I've set up the Embedded Login Configuration and have tried placing this config in both login-config.xml and jboss-service.xml in both the webapp's root and in the META-INF directory, but it is not being found with any of these attempts. At what filename/location in the webapp will JBoss automatically detect this service, or is there some additional configuration that must be added? I do not need an EAR; this is a standalone web-app only.