容器如何對待沒有部署為Web應用的一部分的servlet?

wwlhp@jdon.com發表於2003-07-04
Servlet 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.

不知道該如何理解,如果容器中有10個獨立的servlet,容器會怎麼對待他們呢?
容器會把每個servlet視為1個預設的獨立應用,從而每個servlet都對應一個servletContext?
或者容器會把這10個servlet整體視為一個預設的應用,從而他們共享一個servletContext?

相關文章