See: Description
Interface | Description |
---|---|
ConfigurableTomcatWebServerFactory |
ConfigurableWebServerFactory for Tomcat-specific features. |
TomcatConnectorCustomizer |
Callback interface that can be used to customize a Tomcat
Connector . |
TomcatContextCustomizer |
Callback interface that can be used to customize a Tomcat
Context . |
Class | Description |
---|---|
TomcatEmbeddedWebappClassLoader |
Extension of Tomcat's
ParallelWebappClassLoader that does not consider the
system classloader . |
TomcatReactiveWebServerFactory |
ReactiveWebServerFactory that can be used to create a TomcatWebServer . |
TomcatServletWebServerFactory |
AbstractServletWebServerFactory that can be used to create
TomcatWebServer s. |
TomcatWebServer |
WebServer that can be used to control a Tomcat web server. |
Exception | Description |
---|---|
ConnectorStartFailedException |
A
ConnectorStartFailedException is thrown when a Tomcat Connector fails
to start, for example due to a port clash or incorrect SSL configuration. |
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.