Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-users] Jetty 9, ContextLoaderListener problem?

On Wed, Oct 24, 2012 at 4:00 PM, Ryan McKinley <ryantxu@xxxxxxxxx> wrote:
> I have an embedded application that runs great with jetty 8 -- I just
> tried running with jetty 9, and things fail with an error from Spring
> about ContextLoaderListener?
>
> Is there something different about context loaders in jetty 9 /
> servlets 3.1?  I have:
>
>   <listener>
>     <listener-class>my.company.MyContextLoaderListener</listener-class>
>   </listener>
>
> it does not appear to get called

It seems to be a recurring problem. A couple of months ago I had to fix the
fact that Jetty 5.1 did the same thing.


Back to the top