ApplicationTomcatConfigV2

data class ApplicationTomcatConfigV2(val contextPath: String? = null, val maxThreads: Int? = null, val port: Int? = null, val uriEncoding: String? = null, val useBodyEncodingForUri: String? = null)

Constructors

Link copied to clipboard
constructor(contextPath: String? = null, maxThreads: Int? = null, port: Int? = null, uriEncoding: String? = null, useBodyEncodingForUri: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val contextPath: String? = null

The path.

Link copied to clipboard
val maxThreads: Int? = null

The maximum number of connections in the connection pool.

Link copied to clipboard
val port: Int? = null

The port.

Link copied to clipboard
val uriEncoding: String? = null

The URI encoding scheme in the Tomcat container.

Link copied to clipboard

Specifies whether to use the encoding scheme that is specified by BodyEncoding for URL.