org.jboss.hal.resources.previews.configuration.undertow-server.html Maven / Gradle / Ivy
A server represents an instance of Undertow and consists of several elements:
- Host
- HTTP Listener
- HTTPS Listener
- AJP Listener
The host element provides a virtual host configuration while the three listeners provide connections of that type to the Undertow instance.
Note
Multiple servers may be configured, which allow deployments and servers to be completely isolated. This may be useful in certain scenarios such as multi-tenant environments.