Re: Getting detailed list of active sessions for a Context

2010-12-22 Thread Jean-Noël Colin
Many thanks Konstantin. I'll look into the Valve idea Cheers Jean-Noël On 22 Dec 2010, at 12:23, Konstantin Kolinko wrote: > 2010/12/22 Jean-Noël Colin : >> >> I also tried casting the HttpSession retrieved in the HttpSessionListener, >> without s

Re: Getting detailed list of active sessions for a Context

2010-12-22 Thread Jean-Noël Colin
010, at 10:19, Pid * wrote: > On 22 Dec 2010, at 08:49, "Jean-Noël Colin" wrote: > >> Hi, >> >> I'm developing a webapp and I would like to be able to display the list of >> active sessions for that specific webapp, in a specific page, and I'

Getting detailed list of active sessions for a Context

2010-12-22 Thread Jean-Noël Colin
Manager which is the default, btw), but can't find a way to access it from the jsp. I also tried casting the HttpSession retrieved in the HttpSessionListener, without success. Would you have any further suggestion? Best regards Jean-Noël Colin ---