2 Replies Latest reply on Dec 21, 2001 2:57 PM by jperson

    Security in JBoss

    freaky

      Hi,
      Iam looking for an example of JAAS Security Model Program which does both the Client Login Module(instead of Tomcat) and ServerLoginModule in JBoss itself.Iam using JBoss 2.4.3. Can i use this way???Can anyone suggest with examples.

        • 1. Re: Security in JBoss
          berndreiners

          hi all
          i have the same problem: where to find that JAAS tutorial eveyone is talking about here? di i have to by the manual or can i find it somewher
          In the Moment i'm trying to make that Login thing work, but without an tutorial it's not so easy. So thnx for every bit help :)
          bernd

          • 2. Re: Security in JBoss
            jperson

            This a link written by Scott Stark that is helpful and has an example:
            http://www.javaworld.com/javaworld/jw-08-2001/jw-0831-jaas_p.html
            I have the problem that I have everything set up, and yet when I run the example SessionClient, I get the error message: Unable to locate login configuration.

            I believe the way it works is auth.conf tells Jboss where to find the users and roles. This is set up and yet it's not working.