Page 1 of 1

About Question com.enthuware.ets.scwcd.v5.2.169 :

Posted: Thu Feb 26, 2015 10:58 am
by rlrao1987
What exactly is a "default" servlet context and why is the second option not correct?

Re: About Question com.enthuware.ets.scwcd.v5.2.169 :

Posted: Thu Feb 26, 2015 9:06 pm
by admin
As per section SRV 3.2 of Servlet 2.4 Specification -
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.