On 20/11/2014 8:35 AM, Simon Roberts wrote:
> Hi I started using the maven archetype here:
> https://jersey.java.net/documentation/latest/getting-started.html#new-webapp
> to build Jersey projects, which I deploy on Tomcat 8, but I notice
> that this creates things that deploy as a 2.5 container.
> Unfortunately, I'm not very comfortable with maven, and it's not at
> all clear to me how I alter this to configure the Servlets 3.0
> container (I want to get the async support to work). Can anyone help,
> please?
>
> Cheers,
> Simon
>
Maven Archetypes are kind of useless (and always out of date). Just
create the code yourself from the ground up. There should be enough
tutorials (and sample code) out there to do that.
Gili