Package-level declarations

Embedded reactive and servlet web server implementations backed by Tomcat.

See also

Types

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
open class TomcatEmbeddedWebappClassLoader : ParallelWebappClassLoader
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
WebServer that can be used to control a Tomcat web server.