I'd like to watch the active sessions count and size for a given web
application. I know that implementing a HttpSessionListener to keep the
references to all created sessions and then implementing some page to query
it's state works, but that also means that i would have to redeploy all
applications with the listener for it to work.

I would much prefer a solution that didn't require any change in the
deployed application.
Any ideas ?

Reply via email to