Re: Tomcat 6 User Connected

2007-04-05 Thread Johnny Kewl
By definition HTTP is connectionless, so there isnt really a true user count. A user reading, is busy but not in the server. If you want to monitor all users you need to use cookies. If you want to monitor concurrent users, then you could have a little thread safe routine at the start and end o

Re: Tomcat 6 User Connected

2007-04-05 Thread Martin Gainty
Fairly certain the datasource and connection information you're looking for is implemented in Lambda http://www.lambdaprobe.org/d/index.htm M-- This email message and any files transmitted with it contain confidential information intended only for the person(s) to whom this email message is addr

Re: Tomcat 6 User Connected

2007-04-05 Thread Rashmi Rubdi
Tomcat Manager shows the number of Sessions per site, I think it includes both the number of browser and bots connected to the site. You might want to consider a Javascript based solution to track only browsers. -Rashmi On 4/5/07, Hoa Doan <[EMAIL PROTECTED]> wrote: How do you find out how man