1 Reply Latest reply on Jul 27, 2003 11:04 AM by slaboure

    Using JAAS in a JBoss 3.2.1 cluster

    masj

      I am wondering if it is possible to use JAAS in a cluster?
      I want to login to server A and run a service that you have to be logged in to use and then shutdown server A. If I then run the same service on server B I still want to be logged in. Is this possible?

      And if it is not, can I use replicated HTTP-sessions to achive something similar? (Setting a flag in the session-object that the user is logged in and checking this flag)