users@jersey.java.net

Re: [Jersey] How to access init-param values from a Jersey web application

From: Martin Giese <martingi_at_ifi.uio.no>
Date: Thu, 20 May 2010 18:59:21 +0200

On 05/20/2010 04:57 PM, Paul Sandoz wrote:
>
>> "the requested resource () is not available"
>>
>> No error messages on the server side. Any ideas?
>>
>
>
> Hard to diagnose. Could be a web.xml config issue with the servlet URL
> pattern.
Yes. I had <url-pattern>/<url-pattern>. Changing it to
<url-pattern>/*<url-pattern> helped.

Martin