Have you thought about a load balancer and server "affinity"?  You can
configure your servers so that the same IP gets routed to the same
machine each time.  We used this approach at my last job.

I'm not an infra expert so that is about the extent of my advice.  I
would say that it is a very simple solution and avoids the need for
session replication.

Sorry I know this is not what you are asking but since nobody answered
your question I figured I would give you this suggestion.

sean


On Mon, 14 Mar 2005 18:47:27 +0200, Ronen Naor <[EMAIL PROTECTED]> wrote:
>  
>  
> 
> Hi, 
> 
> I already understood that in order to work in a clustered environment, I
> need to work in a mode of javax.faces.STATE_SAVING_METHOD=client. 
> 
> My question is what I do when I have a managed bean in session scope and
> this bean has binding to some component. JSF components are not serializable
> and because of that the bean itself is not serializable either, so I end up
> with no solution for clustering. 
> 
> Thanks.

Reply via email to