Servlet Context
Servlet Initialization Information
- Initialization information is passed to the servlet via the ServletConfig parameter of the init() method
Server Context Information
- Server context information is available at any time through the ServletContext object
Servlet Context During a Service Request
- This information is available from the ServletRequest object that is passed to the service() method.