1 Reply Latest reply on Mar 9, 2009 5:58 PM by peterj

    No. of Active Sessions

    njrfrens

      Is there any limit on the maximum no. of http sessions that jboss can support?

      Is there any configuration parameter where i can configure or monitor?

        • 1. Re: No. of Active Sessions
          peterj

          The only limit is the amount of available heap space.

          To monitor the sessions, use the mbean:

          jboss.web:type=Manager,host=xxx,path="yyy"

          where 'xxx' is the binding host name, which is 'localhost' by default' and 'yyy' is the application's context. Thus there is a collection of sessions for each web applications. Interesting attributes include expiredSessions, sessionCounter, maxActiveSessions, and others.