Originally posted by Madhu Sudhana :
I heard that about HttpSessionActivationListner interface
is it for the apps deployed in two different JVMs??
No, it has nothing to do with multiple JVMs.
There are ways for one context to get access to another context's objects but the methods for doing so aren't clearly defined in the servlet spec.
This means that their implementation varies from one container to another.
If you'd like, tell us what container you're using I can move this
thread to the forum for that container.
Maybe someone there will know how such things are done in that container.
[ August 22, 2007: Message edited by: Ben Souther ]