Skip to main content

Notice: This Wiki is now read only and edits are no longer 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:28, 5 June 2011 by Ruediger.herrmann.gmx.de (Talk | contribs) (New page: == Load balancing == [http://http://en.wikipedia.org/wiki/Load_balancing_(computing) Load balancing] to distribute workload across multiple nodes in a cluster works with RAP out of the box...)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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 (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

Back to the top