11 Replies Latest reply on Jun 29, 2014 11:38 AM by sewatech

    Sticky session with WildFly and mod_proxy

    sewatech

      Hi,

       

      In my environmnet, I have two JBoss AS 7.1.3 instances, and http requests are balanced between them by Apache Web Server with mod_proxy. In order to have sticky_session, I launch my instances with a -DjvmRoute property.

       

      Now I want to upgrade to WildFly 8.1. Unfortunatly, the -DjvmRoute property does not work anymore. Is there a replacement for it ? How can have sticky session (without mod_cluster) ?

       

      Alexis