At 04:09 PM 9/24/01, "Barry L. Kline" <[EMAIL PROTECTED]> wrote:

>How are you determining the number of sessions your tomcat server is
>servicing?

In our servlet context we have an HttpSessionBindingListener which
adds/removes sessions from a static hash table whenever they are
created or invalidated, and a servlet that displays counts from
that hash table on request.

-Don

Reply via email to