1 Reply Latest reply on Feb 5, 2007 7:40 AM by murthy_j2ee

    Jaas

    wladi

      I am working with Jboss, Tomcat, Struts und Jaas. I am using custom LoginModule as an extend of the AbstractServerLoginModule. It works fine. But after LogoutAction (in LogoutAction i use session.invalidate) the credentials from the last request are not cleared. What must i do to invalidate the credentials after a LogoutAction ?

        • 1. Re: Jaas
          murthy_j2ee

          Hi wladi,
          Can you please tell me how to configure JAAS in JBOSS and Eclipse and also how to apply this to an application for authorization and authentication. Please also tell me the good link to do a sample program. I have done some thing but it is giving Login Failed Exceptions.