I replicate the principal with the DeltaManager, a manager that only
replicates changes instead of the entire session.

to use the DeltaManager in T5 clustering, add the attribute to your cluster
element in server.xml

managerClassName="org.apache.catalina.cluster.session.DeltaManager"
I am still working on performance enhancement for this class but it is ready
to go.

Filip

----- Original Message -----
From: "Rick Szeto" <[EMAIL PROTECTED]>
To: "Tomcat Users List" <[EMAIL PROTECTED]>
Sent: Tuesday, January 20, 2004 11:09 AM
Subject: Re: Clustering question...


> Ok, thanks for your quick response.
>
> Rick
> [EMAIL PROTECTED] wrote:
>
> > As of now I don' think the Tomcat clustering code of Filip supports
> > any of what you ask. The only thing replicated is the session and the
> > date within.
> > The principal is not replicated as of yet. (I think Filip is working
> > on that)
> >
> > You will have to find another centralized spot to store those data for
> > each node to access.
> >
> > Jean-Philippe Bélanger
> > CGI
> >
> >
> > Rick Szeto wrote:
> >
> >> Hi All,
> >>  I have question about synchronizing data within the application
> >> context. If the data of a webapp's application context changes within
> >> one of the nodes in the cluster, how does the other nodes get the
> >> updated application context data? Is it handle the same way as user
> >> session data(via some session manager implementation)? Or does the
> >> change(s) get distributed?
> >>
> >> Thanks for any help you can give,
> >> Rick Szeto
> >>
> >> ---------------------------------------------------------------------
> >> To unsubscribe, e-mail: [EMAIL PROTECTED]
> >> For additional commands, e-mail: [EMAIL PROTECTED]
> >>
> >>
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
> >
> >
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]


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

Reply via email to