Tomcat

Deprecated

The ktor-server-tomcat module is deprecated and will be removed in the next major release as it references an outdated version of Tomcat. Please use the ktor-server-tomcat-jakarta module instead.

An ApplicationEngineFactory providing a Tomcat-based ApplicationEngine

Functions

Link copied to clipboard
open override fun create(environment: ApplicationEnvironment, monitor: Events, developmentMode: Boolean, configuration: TomcatApplicationEngine.Configuration, applicationProvider: () -> Application): TomcatApplicationEngine