Hi! >Ktor supports two popular servlet containe...
# ktor
v
Hi!
Ktor supports two popular servlet containers: Jetty and Tomcat. It also serves when deploying to google app engine.
Why there is no glassfish support? I thought .WAR is kind of specification and should run same in every container I tried to run it in glassfish 4.1 and it indeed performs poorly (lost message bodies) Can I somehow adjust ktor to run it in glassfish?