Skip to main content

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

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


Back to the top