users@jersey.java.net

[Jersey] Re: outputting jersey routes

From: Marek Potociar <marek.potociar_at_oracle.com>
Date: Tue, 5 Nov 2013 19:00:42 +0100

This does not seem probable. You should always get a 404 at least. I'd suggest you to check your web.xml.

Do you have a test case that can reproduce your problem?

Marek
 
On 05 Nov 2013, at 18:53, phil swenson <phil.swenson_at_gmail.com> wrote:

> Hi, right now I run Jersy via the org.glassfish.jersey.servlet.ServletContainer and when I'm developing and hit invalid routes, I get no output.
>
> Is there a way to get some output from jersey for valid routes and errors when they aren't valid?
>
>
> thanks!