> From: "Joakim Ahlén" <[EMAIL PROTECTED]>
> Sent: Friday, April 22, 2005 5:54 AM

> Hi!
>
> We have a cluster of two tomcat 5.5.9-machines using session
> replication. However, we also have data in application scope (set with
> getServletContext().setAttribute(...)) which as far as i have found in
> the docs, is not replicated.

You need a cluster aware caching solution. Session replication is more for
failover and such.

Look at something like OSCache and its ilk to get the functionality that you
need.

Regards,

Will Hartung
([EMAIL PROTECTED])


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to