org.jboss.hal.resources.previews.configuration.undertow-servlet-container.html Maven / Gradle / Ivy
A servlet container provides all servlet, JSP and websocket-related configuration, including session-related configuration. While most servers will only need a single servlet container, it is possible to configure multiple servlet containers by adding an additional servlet-container element. Having multiple servlet containers enables behavior such as allowing multiple deployments to be deployed to the same context path on different virtual hosts.
Note
Much of the configuration provided in by servlet container can be individually overridden by deployed applications using their web.xml
file.