users@jersey.java.net

[Jersey] Re: outputting jersey routes

From: phil swenson <phil.swenson_at_gmail.com>
Date: Tue, 5 Nov 2013 11:11:46 -0700

I should have explained better - the "no output" is probably because of the
ancient proprietary container I'm forced to use to host the Jersey Servlet.
  There is no web.xml, and I can't share test case because it's proprietary.

I was hoping there would be a way to print out valid routes for Jersey...
in Rails, you can do a "rake routes" to print all valid routes. Any way to
hook this up for Jersey?

thanks


On Tue, Nov 5, 2013 at 11:00 AM, Marek Potociar
<marek.potociar_at_oracle.com>wrote:

> 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!
>
>