How can we attach a "Directory" to serve static files inside a JAR ?
I've tried with :
router.attach(
"/xsl",
new Directory("clap://thread/com/vsct/resources/xsl/")
);
But it don't work
How can we attach a "Directory" to serve static files inside a JAR ?
I've tried with :
router.attach(
"/xsl",
new Directory("clap://thread/com/vsct/resources/xsl/")
);
But it don't work