default ServletContext as a singleton in distributed web application  
Author Message
janne_1976





PostPosted: 2005-4-5 22:14:00 Top

java-programmer, default ServletContext as a singleton in distributed web application According to the servlet specification, in a distributed contained the
default ServletContext is non-distributable and must only exist in one
JVM.

Could the default context be used for sharing data between the
container instances in a distributed setup?