Tomcat Configuration Manual

xiaoxiao2021-03-06  176

tomcat Configuration Manual (server.xml) - Chinese version Author: tuman Overview This manual contains conf / server.xml configuration file, all indicators (directives) reference information, these indicators 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. • Configure the description of the element to organize as follows: ???? Top elements -

Is the root element of the entire configuration file, and

Represents a set of connectors associated with an engine (ENGINE);

???? connector - represents the interface between external customers. External customers send requests to specific service, and receive responses;?

???? Container - represents 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 has a corresponding Java interface in the org.apache.catalina package, or one or more standard implementations implement this interface;?

Property - 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. Required attributes marked with bold;?

Nested components - a component that can be legally embedded under this element;

Excellent features - describe the configuration of the special characteristics supported by the standard implementation of the interface, related to each element type;

Top elements:

Server ??

Service

Connector:

HTTP / 1.1??

JK?

container:

Context ??

Engine ??

Host?

Nested components:

DEFAULT? CONTEXT?

Global? Resources?

Loader?

Logger?

MANAGER?

Realm?

Resources?

Valve?

?

转载请注明原文地址:https://www.9cbs.com/read-128750.html

New Post(0)