I am working on a webapp project, and we are considering deploying it on multiple servers.
What solution do you recommend for clustering / load balancing with Spring?
What problems should be considered?
For example: How do singletones behave in a cluster of machines ? What about session replication? Are there any other issues to consider?
source
share