createServer
fun createServer(args: Array<String>): EmbeddedServer<TomcatApplicationEngine, TomcatApplicationEngine.Configuration>
Creates an instance of the embedded Tomcat server without starting it.
Return
An instance of EmbeddedServer with the specified configuration.
Parameters
args
Command line arguments for configuring the server.