considerations about session replication and load balancer
I would like to know your experience and feedbacks regarding weblogic cluster and using session replication.
Because "OutOfMemory"-Issue in one node-design, we want to use cluter design with more than 50 nodes. In order to avoid single point of failure, we want to configure and use WLS with Stateful Sessions Beans:
http://docs.oracle.com/cd/E15051_01/wls/docs103/ejb/session.html
Which aspects should be considered with regarding session replication, loadbalancing and using Stateful Sessions Beans?
Which configuration is the best practice to use WLS cluster in one environment with more than 5000 simultaneous sessions?
Thanks in advance,