이 콘텐츠는 선택한 언어로 제공되지 않습니다.
4.4.2. Service
The
Service
element serves as a container for Connectors that share a single Engine
component. There can be multiple Service
components in one Server
element and the Service
component can contain multiple Connector
elements followed by exactly one Engine
element.
Attribute | Description |
---|---|
className |
class implementing the Service
The class must implement the org.apache.catalina.Service interface. If no className is specified, the standard
org.apache.catalina.core.StandardService implementation is used.
|
name | Service name unique within the Server element (the name is used for log purposes) |