0 Replies Latest reply on Sep 2, 2014 4:47 AM by ryu.zaki

    Get number of active sessions from JBoss AS 7 to show on a web page

    ryu.zaki

      Got a specific problem I want to solve. Is it possible at all for me to get a counter on my web servers main splash page that shows the up to date number of active sessions from my server, which is running on JBoss AS 7?

      I was hoping it would be rather simple. i.e. whenever the splash page is loaded a command or something is run by jsf,jsp, etc... which retrieves the latest number from the appserver.

      Is this possible? I can get the session number through JVisualVM and I know it's possible through theCLI,but I need to get it in a way that I can show it on my web page.

      Thanks!