TomcatServletWebServerFactory

constructor()

Create a new TomcatServletWebServerFactory instance.


constructor(port: Int)

Create a new TomcatServletWebServerFactory that listens for requests using the specified port.

Parameters

port

the port to listen on


constructor(contextPath: String, port: Int)

Create a new TomcatServletWebServerFactory with the specified context path and port.

Parameters

contextPath

the root context path

port

the port to listen on