Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Start the geronimo server on each cluster member and then install the attached applications to the appropriate cluster member assuring that you use the correct deployment plan for each. Note that the deployment plan must be updated with the hostname (or IP address) for each machine. The appropriate spots are identified in the plans with xx.yy.zz.aa.

Tip: Memory to memory replication currently requires that all cluster members must reside on the same physical subnet since multicast broadcast is used.

At this point Once you get the applications installed on each cluster member, you can test httpsession replication by hitting the application with your favorite browser. Probably something like: http://localhost:8080/servlets-examples-cluster/servlet/SessionExample . Note that the output page contains the ID of the server that is servicing the request.

The console dialogue (the prompt where you started geronimo) should show that the httpsession data is being transmitted and recieved between the nodes.

...