This manual contains reference information of all configuration indicators in the conf / server.xml file, which determines the behavior of Tomcat 5. This manual does not describe which configuration indicator should use to complete a specific task, refer to the corresponding how-to file. The description of the configuration element is organized as the main directory: Top elements - is the root element of the entire configuration file, and represents a set of connectors associated with an engine (ENGINE); connector ( Connectors - represents the interface between external customers. External customers send requests to specific service, and receive responses; containers - represent some components. The functionality of these components is to process the request, generate a corresponding response. Engine (Engine) handles all requests for a service, Host processes all requests for a particular virtual host. Context processes all requests for a particular web application; embedded components - represents the elements that can be embedded in an element of the container. Some elements can be embedded in any container, while others can only be embedded in context. For each element, the corresponding document is organized as follows: Overview - Overall Description of this particular component. Each component exists in the org.apache.catalina package, there may be one or more standard implementations to implement this interface; attribute - the legitimate attribute of this element. In general, this is divided into public properties and standard implementation properties. Public attributes are attributes that implement the implementation of the Java interface. The standard implementation attribute is an attribute that implements a particular Java class of the Java interface. The required attribute is marked with a bold; the nested component - lists the components that can be legally embedded under this element; proprietary features - describe the configuration of the standard implementation supported by the interface, with each element type Related; top elements: server service connector: http / 1.1 jk container: Context Engine Host Nesting Components: Default Context Global Resources Loader Logger Manager Realm Resources Valve