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?

file it at bugs.eclipse.org under RT/Jetty

still not sure what the issue is glancing at this so please be clear
in the bug you open and which versions of jetty you're having the
issue with

(also jetty9 is servlet 3.0, 3.1 hasn't been released yet and when it
is that will be jetty 9.1)

jesse

--
jesse mcconnell
jesse.mcconnell@xxxxxxxxx


On Thu, Oct 25, 2012 at 11:39 AM, Ryan McKinley <ryantxu@xxxxxxxxx> wrote:
> 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
> _______________________________________________
> jetty-users mailing list
> jetty-users@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/jetty-users


Back to the top