Package-level declarations
Embedded reactive and servlet web server implementations backed by Tomcat.
See also
Types
Link copied to clipboard
ConfigurableWebServerFactory for Tomcat-specific features.
Link copied to clipboard
A
ConnectorStartFailedException
is thrown when a Tomcat Connector fails to start, for example due to a port clash or incorrect SSL configuration.Link copied to clipboard
Callback interface that can be used to customize a Tomcat Connector.
Link copied to clipboard
Callback interface that can be used to customize a Tomcat Context.
Link copied to clipboard
Extension of Tomcat's ParallelWebappClassLoader that does not consider the system classloader.
Link copied to clipboard
Callback interface that can be used to customize the ProtocolHandler on the Connector.
Link copied to clipboard
open class TomcatReactiveWebServerFactory : AbstractReactiveWebServerFactory, ConfigurableTomcatWebServerFactory
ReactiveWebServerFactory that can be used to create a TomcatWebServer.
Link copied to clipboard
open class TomcatServletWebServerFactory : AbstractServletWebServerFactory, ConfigurableTomcatWebServerFactory, ResourceLoaderAware
AbstractServletWebServerFactory that can be used to create TomcatWebServers.
Link copied to clipboard
WebServer that can be used to control a Tomcat web server.