How to count the number of session is currently accessing one page only.

Hi allI want to count how many sessions which are currently accession to one page (abc.jsp). Thanks for any help.
[134 byte] By [SONTNa] at [2007-11-26 12:41:05]
# 1
There are many ways to do that.Non persistant:1. Static fields2. context valuePersistant:1. Database2. file system (There should not be any cluster)
reflex2javaa at 2007-7-7 16:13:35 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 2
Enable the access logs for you server and you will be able to the number of requests made to every page.
tolmanka at 2007-7-7 16:13:35 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...