0 Replies Latest reply on Sep 7, 2004 10:34 AM by xav909

    Monitoring active user sessions

    xav909

      Hi,

      I need to monitor the number of active users sessions of a J2EE application.

      I first planned to use tomcat-manager and fetch the values with a script using http://localhost:8080/manager/sessions?path=/application. However, it seems that the manager cannot be implemented with the embedded tomcat.

      Unhopefully, I didn't manage to find any other solution than installing a standalone tomcat which is not possible on my platform.

      Do you have any other clue on how to do this kind of monitoring with JBoss 3.2.3 ?

      Thanks in advance for your help.

      Xavier