Getting Active Session counts with JMX (Java Management Extensions) API
- by bLee
I'm trying to use JMX API to get active session counts for a web application.
Is it possible to use JMX API to get this kind of information?
If yes, how reliable would it be?
Any example code on how to get this done?
I've been reading JMX tutorial and documentation, but they are giving me the overview of what the technology is. I just can't pinpoint to what I need, yet.