Nothing changes other than JAR/not jar. Deploying under Jetty locally
all along....

I did try class.getResourceAsStream() and I do get a non-null stream,
so they are on classpath. It just seems like request for resources
never makes it to AccessDispatcher.

On Thu, May 22, 2008 at 2:24 PM, Thiago HP <[EMAIL PROTECTED]> wrote:
> On 5/22/08, Adam Zimowski <[EMAIL PROTECTED]> wrote:
>> Thanks for all the input Thiago. I tried it with force-absolute-uris
>>  symbol, and it generated absolute paths with the effect of  just "/"
>>  being prefixed to paths. So it took effect, but didn't help - still no
>>  resources. I've been fighting with it for few hours now and I've run
>>  out of ideas myself.
>
> You're welcome!
> Just to make sure, have you tried to load any of your resources
> through Class.getResourceAsStream(name), just to make sure your
> resources were really included in your classpath?
>
> --
> Thiago
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to