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()