3 Replies Latest reply on Apr 14, 2005 10:21 AM by grm

    User Principal not getting replicated in cluster

    t_kishore

      I have a Jboss cluster with two nodes. I use JAAS in my application. DatabaseServerLoginModule of Jboss is my login module. Though the session is getting replicated perfectly in the cluster, User Principal is not. When a user is logged into one node, and if that node fails, User has to relogin. Is there anyway to replicate Principal/Subject to nodes in the cluster as Session data?