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.
All implementations of Service
support the following attributes:
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.
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.
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):
Notice: This is not a Q&A section.
The Apache Comments System is explained
here.
Comments should be pointed towards suggestions on improving the documentation
or server, and may be removed again by our moderators if they are either
implemented or considered invalid/off-topic.
Questions on how to configure or use Apache Tomcat should be directed
to our mailing lists.
If you need help, ask on the users mailing list.