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. On the receiving end the replication messages are automatically dispatched to the same webapp.

Maybe I din't understand your question?

Regards,

Rainer

Andrew R Feller schrieb:
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
unnecessary, we wanted a way to store that configuration with a webapp's
META-INF.

Andrew R Feller, Analyst

University Information Systems

200 Fred Frey Building

Louisiana State University <http://www.lsu.edu/>
Baton Rouge, LA, 70803

(225) 578-3737 (Office)

(225) 578-6400 (Fax)


---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to