Quoting Mu Mike <[EMAIL PROTECTED]>: > does the servlet container has only one servletcontext instance for all the > servlets it manages? and the same to servletconfig instance? >
There is one ServletContext instance for each web application (which can encompass many servlets and JSP pages). There is one ServletConfig instance for each servlet. Craig --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

