users@jersey.java.net

Re: [Jersey] problem with jsp Viewable not being evaluated

From: gabriele renzi <rff.rff_at_gmail.com>
Date: Wed, 9 Dec 2009 13:42:58 +0100

On Thu, Dec 3, 2009 at 10:47 AM, Paul Sandoz <Paul.Sandoz_at_sun.com> wrote:
> Hi,
>
> See attached for a simple maven-based project that works on GlassFish v2.1.1
> v3 and Tomcat with Jersey 1.1.4.1. I have not tried on Jetty.

excuse me for the late reply, I have been away until today.

> If you can send me a simple project using Jetter, preferable maven-based, i
> can verify if that works.

I tried your example and it works as expected even with mvn jetty:run
and with my own servletrunner class, so I assume it must be something
wrong with my setup and I will try to find a solution by myself, but
thanks for the offer :)

> Note that if you choose to "/*" as the servlet URL pattern then you need to
> modify the web.xml to use the Jersey ServletContainer as a filter.

Yes I knew about this. Once again, thanks for the help.