Hi, I have beginner questions: If I want to build...
# ktor
a
Hi, I have beginner questions: If I want to build war file, so I can upload it later to an tomcat server, should I include "ktor-server-tomcat" as a dependency? I checked ktor-samples/tomcat-war, and found "ktor-server-servlet". I know that "ktor-server-tomcat" depends on "ktor-server-servlet" but I'm so confused which one should I use and when. My understanding is that "ktor-server-tomcat" is used only for development, so I can run it quickly locally, without manually installing tomcat, and that for production I should remove that dependency, am I right?
e
@cy