The Apache Tomcat Servlet/JSP Container

아파치 톰캣 7

Version 7.0.28-dev, Oct 2 2013
Apache Logo

Links

Top Level Elements

Executors

Connectors

Containers

Nested Components

Cluster Elements

Other

The Service Component (서비스 구성요소)

Table of Contents
(목차)
Introduction

A Service element represents the combination of one or more Connector components that share a single Engine component for processing incoming requests. One or more Service elements may be nested inside a Server element.

서비스 요소는 하나 이상의 조합을 나타냅니다 단일 엔진 구성 요소를 공유하는 커넥터 구성 요소는 들어오는 요청을 처리입니다. 하나 이상의 서비스 요소는 서버 요소 안에 중첩됩니다.
Attributes
Common Attributes

All implementations of Service support the following attributes:

모든 서비스의 구현...
AttributeDescription
className

Java class name of the implementation to use. This class must implement the org.apache.catalina.Service interface. If no class name is specified, the standard implementation will be used.

사용하는 구현의 Java 클래스 이름. 이 클래스는 반드시 org.apache.catalina.Service 인터페이스를 구현합니다. 어떤 클래스 이름을 지정하지 않으면 표준 구현이 사용됩니다.
name

The display name of this Service, which will be included in log messages if you utilize standard Catalina components. The name of each Service that is associated with a particular Server must be unique.

Standard Implementation

The standard implementation of Service is org.apache.catalina.core.StandardService. It supports the following additional attributes (in addition to the common attributes listed above):

AttributeDescription
Nested Components

The only components that may be nested inside a Service element are one or more Connector elements, followed by exactly one Engine element.

Special Features

There are no special features associated with a Service.

서비스와 관련된 특별한 기능은 없습니다

Copyright © 1999-2013, Apache Software Foundation