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?

Should I file an issue somewhere?  Or is this a known issue with jetty 9?

thanks
ryan


On Wed, Oct 24, 2012 at 5:27 PM, Al Eridani <al.eridani@xxxxxxxxx> wrote:
> 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.
> _______________________________________________
> jetty-users mailing list
> jetty-users@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/jetty-users


Back to the top