-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Andrew,
Andrew R Feller wrote:
| My apologies; let me clarify:
|
| Are there plans for session replication such that configuring server.xml
| is unnecessary? So rather than configuring it at the server level and
| simply marking a webapp as distribu
PM
To: Tomcat Users List
Subject: Re: Tomcat plans for per-webapp session replication
Not sure what you mean by this: session replication is local to webapps.
After configuring the cluster element in server.xml, you need to
activate replication for each webapp with a distributable element in
web.xm
this has been done since the beginning of session replication.
if your webapp has in web.xml sessions will be replicated.
if the element is missing, session data will not be replicated even if
the server is configured for clustering
Filip
Andrew R Feller wrote:
Are there any plans to have T
Not sure what you mean by this: session replication is local to webapps.
After configuring the cluster element in server.xml, you need to
activate replication for each webapp with a distributable element in
web.xml and only session changes for those webapps with distributable
set get replicated
Are there any plans to have Tomcat handle session replication on a
per-webapp basis?
We currently have several servers configured for session replication
because of a single application. Not only do we not want session values
from other applications on the machines to be replicated as it is
un