Re: [Resteasy-users] Fwd: Running JAX-RS 2.0 O'Reilly book samples on Tomcat..

2014-02-01 Thread Bill Burke
Tomcat 8 should support ServletContainerInitializer. Please read the 3.5 documentation you linked. It works with Jetty, so I don't know why it wouldn't work with Tomcat. On 2/1/2014 5:33 AM, Kapil Gambhir wrote: > I am using Tomcat 8.x which is a servlet 3.1 container, so the > expectation was

[Resteasy-users] Fwd: Running JAX-RS 2.0 O'Reilly book samples on Tomcat..

2014-02-01 Thread Kapil Gambhir
I am using Tomcat 8.x which is a servlet 3.1 container, so the expectation was that the example application should not require web.xml (as per the documentation on http://docs.jboss.org/resteasy/docs/3.0.6.Final/userguide/html_single/#d4e111). The document seems to suggest that this is required for