Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

RAP/RWT Cluster

< RAP
Revision as of 08:42, 5 June 2011 by Ruediger.herrmann.gmx.de (Talk | contribs) (Development Snapshots)

| RAP wiki home | RAP project home |

Load balancing

Load balancing to distribute workload across multiple nodes in a cluster works with RAP out of the box since version 1.0.

One thing to mind though when setting up a load balancer for RAP applications is that it must be configured to use stcky sessoins (aka session affinity). This entails that once a session is started, the same server serves all requests for that session.

For information on how to set up load balancing, refer to the servlet container documentation. E.g. Tomcat

Transparent session failover

Warning2.png
Support for clustering RWT is work in progress and details outlined below may change without prior notice


Development Snapshots

Development takes place in HEAD, if you are interested you may want to directly check out the source from the source code repository. Nightly builds are also available and can be downloaded from the build server.

Schedule

We plan to ship a first version with Milestone 1 of RAP 1.5 which will be available end of August 2011.

Back to the top