Hi I have a jsf app in tomee 1.6.0+ and I'd like to replicate it in two servers.
I basically use a simple structure with @ViewScoped @ManagedBean's and @Stateless EJB's. It seems that a popular approach is to use apache as load balancer and replicate sessions with memcached, so logged users won't have to login again if one of two servers goes down. I'd like to hear users opinions about their solutions for tomee replication and alternative approaches if any. TIA Leo
