3 Replies Latest reply on Sep 10, 2003 6:29 AM by tscondor

    jaas not bound

    olirefle

      Hi all,
      i got the error on JBoss 3.0.2 that it cannot find the name jaas. I defined the following in the jboss-web.xml

      <security-domain>java:/jaas/jaron</security-domain>

      Is there something i have to set up to tell him what jaas addresses ?? Cause i also tried it on JBoss 3.2 there it works.

      Thx
      Oliver

        • 1. Re: jaas not bound
          tscondor

          Hi,
          in your login-config.xml you have declared the security domain Jaron?
          If no, you must declare a security domain with name "Jaron"

          • 2. Re: jaas not bound
            olirefle

            i declared the following in the login-config.xml
            (don't know if that's correct)
            <application-policy name = "jaron">

            <login-module code = "org.jboss.security.auth.spi.UsersRolesLoginModule"
            flag = "required" />

            </application-policy>

            is that what you meant ??

            Thx

            • 3. Re: jaas not bound
              tscondor

              Yes, and is correct.
              I do not know to help you...