[SOLVED] Jetty 8, MyFaces 2.1.5, Jersey 1.11 -> anyone got this to work?

2011-12-21 Thread Stephen Connolly
On 21 December 2011 14:59, Stephen Connolly wrote: > On 21 December 2011 13:50, Stephen Connolly > wrote: >> Ok, >> >> first side peeve is that I have to use >> >>   >>     >> org.apache.myfaces.webapp.StartupServletContextListener >>   >> >> with jetty 8... > > Ok, not my main problem, but the i

Re: Jetty 8, MyFaces 2.1.5, Jersey 1.11 -> anyone got this to work?

2011-12-21 Thread Stephen Connolly
On 21 December 2011 13:50, Stephen Connolly wrote: > Ok, > > first side peeve is that I have to use > >   >     > org.apache.myfaces.webapp.StartupServletContextListener >   > > with jetty 8... Ok, not my main problem, but the issue with the above is that for some reason Jetty is initializing the

Jetty 8, MyFaces 2.1.5, Jersey 1.11 -> anyone got this to work?

2011-12-21 Thread Stephen Connolly
Ok, first side peeve is that I have to use org.apache.myfaces.webapp.StartupServletContextListener with jetty 8... but that is not my issue (though it could be related) my issue is that as soon as com.sun.jersey.server.impl.container.servlet.JerseyServletContainerInitializer is on t