Servlet Contexts
- Initial parameters can also be set up for the entire web application,
and not just for individual servlets.
- Can be stored outside the compiled servlets (in web.xml) and
changed at will.
- Each ServletConfig object has access to the application's
context parameters through a ServletContext object.
- Example: Give all servlets in an application access to the web
administrator's email address, in the event of processing errors.