net.corda.core.node / CordaPluginRegistry / staticServeDirs

staticServeDirs

open val staticServeDirs: Map<String, String>

Map of static serving endpoints to the matching resource directory. All endpoints will be prefixed with "/web" and postfixed with "\*. Resource directories can be either on disk directories (especially when debugging) in the form "a/b/c". Serving from a JAR can be specified with: javaClass.getResource("<folder-in-jar>").toExternalForm()