How many instances created in the WebContainer
摘要:
When the Servlet container starts, it:readsweb.xml;finds the declared Servlets in the classpath; andloads and instantiates each Servletonly once.Roughly, like this:String urlPattern = parseWebXmlAndRetrieveServletUrlPattern();String servletClass = parseWebXmlAndRetrieveServletClass();HttpServlet ser 阅读全文
posted @ 2013-08-13 22:53
malaikuangren
阅读(233)
评论(0)
推荐(0)
浙公网安备 33010602011771号