2 Replies Latest reply on Mar 27, 2003 8:39 PM by dantest

    HTTP clustering issue!!!

    cti_java

      Hi All.

      I'm using the jBoss 3.0.4 with Jetty on win2k PRO.
      My company bought the jBoss docs and cluster docs.

      I'm trying to run two jBoss servers on different machines with the same configuration I copied the 'all' server and did some changes according to the docs.

      The test Im running is a simple servlet that creates new session when enter into it, then trying to enter this servlet from the other machine hoping that the session will be replicate but NO.

      What am I doing wrong???

      Please Help...

      Thanks.

      Oded.

        • 1. Re: HTTP clustering issue!!!
          mcgee

          Perhaps this will help until you get a more thorough answer . . . I believe you have to explicitly say that you want your Session object to be distributable. I don't know how you do this, and I'm not 100% sure I'm correct. But like I said -- maybe this can help until a guru gets to this question.

          • 2. Re: HTTP clustering issue!!!
            dantest

            JBoss 3.0.4 has busted session-replication / clustering.

            Use 3.0.6 and enable the JGStore in jbossweb.sar/META-INF/jboss-service.xml (search for JGStore).

            And if you really can't figure it out, I will have updated docs on this at:
            http://www.yorku.ca/dkha/jboss/
            - click on "Setting up a JBoss Cluster"

            It should be updated for 3.0.6 over next week.