3 Replies Latest reply on Apr 4, 2016 10:52 AM by rhusar

    Sticky sessions when using wildfly as load balancer

    hfluz

      I have 3 servers:

      • Server one as a load balancer.
      • Server two and server three with my Java EE deployments.

      Server one contains a Wildfly server configured according to the documentation: https://docs.jboss.org/author/display/WFLY10/Using+Wildfly+as+a+Load+Balancer

       

      It kinda worked, but I noticed the session doesn't stick to a server. It gets alternating all the time between servers two and three.

       

      I'd like to know if there's any configuration not presented in the documentation to enable sticky sessions.