https://github.com/Kotlin/ktor/wiki/Application-Hosting#deploying-the-hosted-application is incomplete. How to use application.conf file?
I agree, and it would be helpful to get more on how to run it in docker, as a fat jar or something similar.
I want to know how to run it in Tomcat +1
I want to know how to run it in Tomcat +1
And how to run it in Resin...
Here's an article on deploying it to Heroku. Haven't tried this yet but going to this weekend. I'll see if I can contribute on that front...
https://jkutner.github.io/2017/04/10/kotlin-heroku-ktor.html
I have covered fat jars, war files, jetty, tomcat, docker, nginx, proguard, heroku and google app engine:
https://ktor.io/servers/deploy.html
Feel free to open new issues if you find that the explanations are not clear or you want to see how to integrate with other engines/providers.
Most helpful comment
I want to know how to run it in Tomcat +1