I am reading Head First Servlets & JSP and I am very confused about servletcontext
.
The book says there is one servletcontext
per web app and have a picture with many servlets in web app but in entire web app should have only one servlet and have a thread for handling many request, right?
Why do they have many servlets in a web app? And, how does the container initialize them?