Sample project for Ktor running as a WAR application under Tomcat application server.
Execute this command in the repository's root directory to run this sample:
./gradlew :tomcat-war:run
And navigate to http://localhost:8080/ to see the sample home page.