2 Replies Latest reply on Apr 12, 2017 8:17 AM by perob_99

    jboss eap 7 load balancing and infinispan

    perob_99

      Hi all and thanks in advance for any help.

       

      I have the problem with session persistent on two instances with profile full-ha in load balancing and udp configuration with mod_cluster, the instances started on two different Virtual Server.

      In my example, the application count the visitors and check the the host that work, If I turn off the host that is working to force access to the other, the count restart from 0. If I configure the instances in the same Virtual server the application working well and the count is not interrupted.

      I realized that infinispan is responsible for cache coherency and it is in default already set in distribuited mode in the configuration on the full-ha profile.

      Can you help me to understand it don't work correctly ?