That's the right idea. What is the symptom of it not working? 404 not found? Does the log show any evidence of Directory being invoked at all? Another issue I've run into sometimes is that the resources aren't available from the thread's classloader. You may need clap://system or change how your classes are being loaded. On Fri, May 16, 2008 at 2:41 AM, Jean-Yves Cronier <[EMAIL PROTECTED]> wrote:
> router.attach(
> "/xsl",
> new Directory("clap://thread/com/vsct/resources/xsl/")
> );
>

