Need urgent help with a basic... I'm packaging a K...
# ktor
d
Need urgent help with a basic... I'm packaging a Ktor Application in a WAR. The Application runs, but I can't seem to load static resources from the war with e.g.:
Copy code
...
routing {
...
static("/static") {
            resource("myJavascript.js")
        }
}
...I've tried putting the file in each of
/
,
/WEB-INF/
and
/WEB-INF/lib/