>> What gave you that impression?
Honestly? Web-based anecdotal reports to that effect (can't find the link
now, of course). Anyway, I assume that's not the case based on your
question:) I shall drop in an implementation (e.g., RESTEasy) and go from
there.
Thanks
On Mon, May 7, 2012 at 12:04 A
h the list
archives later on.
-Původní zpráva-
Od: ma...@apache.org [mailto:ma...@apache.org]
Odesláno: 7. května 2012 9:05
Komu: Tomcat Users List
Předmět: Re: JAX-RS on Tomcat 7 and Java 1.7
Rod Macpherson wrote:
I was under the impression Tomcat 7 supported JAX-RS out of the
List
Předmět: Re: JAX-RS on Tomcat 7 and Java 1.7
Rod Macpherson wrote:
>I was under the impression Tomcat 7 supported JAX-RS out of the box.
What gave you that impression?
Mark
-
To unsubscribe, e-mail: users-unsub
Rod Macpherson wrote:
>I was under the impression Tomcat 7 supported JAX-RS out of the box.
What gave you that impression?
Mark
-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: us
I was under the impression Tomcat 7 supported JAX-RS out of the box. I
have one jsp page (that works) and one JAX-RS annotated class: that
generates a 404 error when trying to access it.
@Path("foo") public class Foo
{
@GET String getBar()
{
return "bar";
}
}
Tried various paths, slash, no slash