Running Ktor on Open Liberty
Anyone out there successfully running their Ktor application on Open Liberty server (
https://openliberty.io/)?
We are experiencing an issue where requests seems to be replaced by a former request every time a thread in thread-pool is reused.
The documentation of WAR packaged deployment (
https://ktor.io/servers/deploy/packing/war.html), states that "_Ktor supports two popular servlet containers: Jetty and Tomcat_".
Does this mean other servlet containers (such as Open Liberty) are not supported?