Thanks Mihai, Amol & Raghavan,
The correct answers to that question were:
1- A separate instance of a non-default servlet context will be available on
each of the JVMs.
2- The default servlet context will be present only on one of the JVMs.
I am also not sure but think like "default servlet context is given by the
container that is root of the web app and because servlet context is not
shared across JVM like session (we have sessionDidActivate and sessionWillPassivate methods from the HttpSessionListener)".
Amol and Raghavan, I got your points.
Thanks,
[ August 10, 2007: Message edited by: Chandra Bhatt ]