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.
Table 4.2. Service Element Attributes
| 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) |