0 Replies Latest reply on Aug 28, 2003 11:54 AM by jacr2003

    HTTP session replication Error

    jacr2003

      Hello

      I ‘m using Jboss version jboss-3.2.1 with Jetty (JGStore HTTP session replication scheme), with 2 running windows 2k advance servers in cluster mode. I already added the tag at the beginning of my WEB-INF/web.xml file of my application.

      But the sessions are not replicated to the other nodes, and I do not know where to put these attributes:

      org.jboss.jetty.session.ClusteredStore
      never
      neither

      They are mentioned in the manual documentation.

      My file cluster-service.xml, loopback attribute is true for service multicast.

      <UDP mcast_addr="228.1.2.3" mcast_port="45566" ip_ttl="64" ip_mcast="true"
      mcast_send_buf_size="150000" mcast_recv_buf_size="80000"
      ucast_send_buf_size="150000" ucast_recv_buf_size="80000"
      loopback="true" />

      Has anyone been able to achieve HTTPSession replication with JBOSS 3.2.1 USING Jetty? Please help.

      Regards
      jacr