ServletContext and load-on-startup

What happens behind the scene when Web Application is deployed in Web Server like Tomcat? ServletContext It provides a set of methods that a servlet uses to communicate with its servlet container. There is one context per “web application” per Java Virtual Machine. A “web application” is a collection of servlets Read more…