Versions Compared

Key

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

...

Each geronimo cluster member must have a unique jvmRoute designation for both load balancing and session replication.
In the near future, the jvmRoute attribute will be configurable via the var/config/config.xml file.
For Geronimo v1, you need to specify the jvmRoute when the server is started.

...

nodeX should have a unique value for each geronimo cluster member

In the near future, the jvmRoute attribute will be configurable via the var/config/config.xml file.

Now that the jvmRoute is set correctly for each cluster member. You must deploy the example on each of the cluster members. For this example, the applications are slightly different for each cluster member. The difference is merely to indicate the current Server number (e.g. Server 1, Server 2) in the output of the application. This will be useful when trying to determine which cluster member is servicing the http request from the browser.

...