Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-users] Howto add a HttpSessionListener to an embedded Jetty server?

Clemens,

Did you try calling addEventListener to the SessionManager ?

Jan

On 1 July 2011 18:26, Clemens Eisserer <linuxhippy@xxxxxxxxx> wrote:
Hi,

Is it possible to register a HttpSessionListener to an embedded Jetty server?
I tried to add one using addEventListener to ServletContextHandler,
but that didn't work unfourtunatly :/

Thank you in advance, Clemens
_______________________________________________
jetty-users mailing list
jetty-users@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/jetty-users


Back to the top