The Service Component

Service コンポーネント


[Introduction] [Common Attributes] [Standard Implementation Attributes] [Utility Components] [Special Features]

Introduction

はじめに

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

Serviceコンポーネントは、表します入って来る要求の処理のために一つのEngineコンポーネントを共有する一つ以上のConnectorコンポーネントの組合せ。 一つ以上のService要素は、ネストされているかもしれませんServer要素。


Common Attributes

共通属性

All implementations of the Server component support the following attributes:

Serverコンポーネントの全ての実装は、以下の属性をサポートします:

Attribute Description
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 (org.apache.catalina.core.StandardService).
className 使う実装のJavaクラス名。 このクラスは、org.apache.catalina.Serviceインタフェースを実装しなければなりません。 クラス名が指定されないならば、標準の実装が使われることになります(org.apache.catalina.core.StandardService)。
name The display name of this service, which will be included in log messages if you utilize standard Catalina components.
name ディスプレーのものは、このサービスの名をつけます、あなたが利用するログ・メッセージもしもで、含まれることになります標準のCatalinaコンポーネント。

Standard Implementation Attributes

標準実装属性

The standard implementation of the Service component also supports the following attributes:

Serviceコンポーネントの標準の実装も、以下の属性をサポートします:

Attribute Description

Utility Components

No utility components may be nested inside a Service. The only valid nested elements are one or more Connector elements, followed by a single Engine element.

ユーティリティ・コンポーネントは、Service内部で ネストされていないかもしれません。 唯一の有効なネストされていた要素は一つ以上のConnector要素です。 そして、一つのEngine要素によって追従されます。


Special Features

There are no special features associated with a Service.

Serviceと関連する特別な機能は、ありません。