Hello

Httpd is great as load balancer but ngnix works too (check what you need
but I'd start with httpd).

About replication tomcat and tomee supports it without memcached through
tomcat clustering, here too depend the requirement of your app but seems a
little bit hurtless compared to memcached
Le 3 janv. 2014 05:31, "Leonardo K. Shikida" <[email protected]> a écrit :

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

Reply via email to