ServletContext란 Defines a set of methods that a servlet uses to communicate with its servlet container, for example, to get the MIME type of a file, dispatch requests, or write to a log file. There is one context per "web application" per Java Virtual Machine. 출처: https://docs.oracle.com/javaee/7/api/javax/servlet/ServletContext.html The object of ServletContext provides an interface between the..