2 Replies Latest reply on Sep 18, 2014 6:26 PM by marcosfilho

    Wildfly and XAP Global HTTP Session Sharing

    marcosfilho

      Hello guys,

       

      We are using XAP Global HTTP Session Sharing. This solution allows us to share http session between different webapps in different application servers and so on.

      This is a overview of the solution http://docs.gigaspaces.com/xap100/global-http-session-sharing.html

       

      This solution works fine on Tomcat, Jetty, Websphere, Jboss7  but it doenst work on wildly8.1.0 neither wildly9 alpha2.

       

      I know it is hard for anyone to tell what  the issue is because it is a private solution and we have no details on its implementation. But of course Im working with XAP support team on this.

       

      Basically I dont expect to get your help to resolve this issue but actually to collect some information.

       

      Having said that, I wonder what could have changed on the session manager from Jboss7 to Wildfly that could have had impact on the solution causing the issue?


      Does anybody have any clue?

        • 1. Re: Wildfly and XAP Global HTTP Session Sharing
          ctomc

          Marcos Filho wrote:

           

          Having said that, I wonder what could have changed on the session manager from Jboss7 to Wildfly that could have had impact on the solution causing the issue?


          Does anybody have any clue?

          WildFly 8+ has a new web server Undertow which is not based on tomcat as the old one was.

           

          There are many posts / articles / news on why we wrote new server out there.

           

          I think that just some extra session manager impl would be needed for what you XAP, see undertow codebase for more undertow-io/undertow · GitHub

          1 of 1 people found this helpful
          • 2. Re: Wildfly and XAP Global HTTP Session Sharing
            marcosfilho

            THank you very much Tomaz. I will take a look at the articles. I will get back to you if I have more specific questions.

             

            Cheers,

            Marcos