6 Replies Latest reply on Sep 21, 2011 2:10 PM by ask4free

    JBOSS 510,  HTTP Session Replication Test

    filipe_c

      Hi,

      this item that shall be very easy to implement, it 's giving me an pain in the head;

       

      1. just dowlload jboss 5.1.0A

       

      2. make 2x unzips to 2x foldes;

       

      3. start the servers with

       

      jbossA/bin/run.sh -c all -b 10.1.4.3 -Djboss.messaging.ServerPeerID=1

      jbossB/bin/run.sh -c all -b 10.1.4.4 -Djboss.messaging.ServerPeerID=2 

       

      4. use the http sesstion test on

      http://code.google.com/p/hsr-test/downloads/list

       

      and put it on

      jbossA/server/all/deploy

      jbossB/server/all/deploy

       

      5. goto http://10.1.4.3:8080/hsr-test/do and http://10.1.4.4:8080/hsr-test/do

       

      session replication does not work !!!

       

      what's wrong with this;

       

       

      filipe