Servlet Configuration
- Servlets can be given initial configuration information.
- Allows servlets to be "parameterized" with initial values.
- Changes to parameters can be made without recompiling the servlet.
- Parameter information specified in web.xml.
- Parameter information available to the servlet through and associated
ServletConfig object with two main methods:
- getInitParameter(String name)
- getInitParameterNames()