jetty-8.0.0.M1

2010-10-15 Thread Matthias Wessendorf
Has one used jetty-8.0.0.M1 so far, with MyFaces 2.0.2 ?

Looks like I (currently) have to add this:
  listener

listener-classorg.apache.myfaces.webapp.StartupServletContextListener/listener-class
  /listener

-- 
Matthias Wessendorf

blog: http://matthiaswessendorf.wordpress.com/
sessions: http://www.slideshare.net/mwessendorf
twitter: http://twitter.com/mwessendorf


Re: jetty-8.0.0.M1

2010-10-15 Thread Jakob Korherr
I have not used it, but if this is a problem with Servlet 3.0, we
could use the MyFacesContainerInitializer (from implee6) to
automatically add the StartupServletContextListener.

Regards,
Jakob

2010/10/15 Matthias Wessendorf mat...@apache.org:
 Has one used jetty-8.0.0.M1 so far, with MyFaces 2.0.2 ?

 Looks like I (currently) have to add this:
  listener
    
 listener-classorg.apache.myfaces.webapp.StartupServletContextListener/listener-class
  /listener

 --
 Matthias Wessendorf

 blog: http://matthiaswessendorf.wordpress.com/
 sessions: http://www.slideshare.net/mwessendorf
 twitter: http://twitter.com/mwessendorf




-- 
Jakob Korherr

blog: http://www.jakobk.com
twitter: http://twitter.com/jakobkorherr
work: http://www.irian.at


Re: jetty-8.0.0.M1

2010-10-15 Thread Scott O'Bryan
No I haven't.  But it looks like Jetty is not looking in the TLD files
for the context listeners.

Sent from my iPhone

On Oct 15, 2010, at 6:59 AM, Matthias Wessendorf mat...@apache.org wrote:

 Has one used jetty-8.0.0.M1 so far, with MyFaces 2.0.2 ?

 Looks like I (currently) have to add this:
  listener

 listener-classorg.apache.myfaces.webapp.StartupServletContextListener/listener-class
  /listener

 --
 Matthias Wessendorf

 blog: http://matthiaswessendorf.wordpress.com/
 sessions: http://www.slideshare.net/mwessendorf
 twitter: http://twitter.com/mwessendorf


Re: jetty-8.0.0.M1

2010-10-15 Thread Mike Kienenberger
This sort of thing has been an issue in the past with jetty.
Sometimes it has been intentional, and you have to enable a
configuration parameter to make it work.

On Fri, Oct 15, 2010 at 9:02 AM, Scott O'Bryan darkar...@gmail.com wrote:
 No I haven't.  But it looks like Jetty is not looking in the TLD files
 for the context listeners.

 Sent from my iPhone

 On Oct 15, 2010, at 6:59 AM, Matthias Wessendorf mat...@apache.org wrote:

 Has one used jetty-8.0.0.M1 so far, with MyFaces 2.0.2 ?

 Looks like I (currently) have to add this:
  listener
    
 listener-classorg.apache.myfaces.webapp.StartupServletContextListener/listener-class
  /listener

 --
 Matthias Wessendorf

 blog: http://matthiaswessendorf.wordpress.com/
 sessions: http://www.slideshare.net/mwessendorf
 twitter: http://twitter.com/mwessendorf