Links
Top Level Elements
Executors
Connectors
Containers
Nested Components
Cluster Elements
web.xml
Other
A Server element represents the entire Catalina servlet container. Therefore, it must be the single outermost element in the
conf/server.xml
configuration file. Its attributes represent the characteristics of the servlet container as a whole.
Attributes | ||||||||||||||
|
The following components may be nested inside a Server element:
- Service - One or more service element.
- GlobalNamingResources - Configure the JNDI global resources for the server.
There are no special features associated with a Server.