Re: Tomcat plans for per-webapp session replication

2008-02-26 Thread Christopher Schultz
-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

RE: Tomcat plans for per-webapp session replication

2008-02-26 Thread Andrew R Feller
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

Re: Tomcat plans for per-webapp session replication

2008-02-25 Thread Filip Hanik - Dev Lists
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

Re: Tomcat plans for per-webapp session replication

2008-02-25 Thread Rainer Jung
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

Tomcat plans for per-webapp session replication

2008-02-25 Thread Andrew R Feller
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