Hi,
I have a problem in understanding the following from the spec.
SRV.3.2
Servlets in a container that were not deployed as part of a Web application are implicitly part of a �default� Web application and have a default ServletContext.In a distributed container, the default ServletContext is non-distributable and must only exist in one JVM.
how could there be a servlet in the container as not a part of a web-application.
And one more doubt emerges in my mind while reading the above.
1.what does the distributed container means here.
As i have understood " A distributed application is the one which is deployed in two containers.So there would be two JVMs one per the container."
But the above point from the spec "In a distributed container" confuses me.
Please clarify this..
Thanks