JBoss view active user sessions
Posted
by
user49080
on Server Fault
See other posts from Server Fault
or by user49080
Published on 2010-07-22T19:38:24Z
Indexed on
2012/09/19
21:40 UTC
Read the original article
Hit count: 147
jboss
We have a JBoss server with a single J2EE on it. I wish to find out who are the current active users using that application. Does JBoss give me any utilities that lets me view those existing sessions? (NOT the count, but who all are logged in) The question is kinda lame, but so is my JBoss knowledge :)
I checked the JBoss community, but it only had a couple of relative unanswered questions there. The information i'm looking for would help me in maintenance cycles. I do not wish to reboot the system when users are still using it. We also need to keep a track of any illegal activities on our server. Hence the requirement.
Would appreciate any pointers :)
Regards,
Abhi
© Server Fault or respective owner