User sessions in Tomcat

2003-11-21 Thread Walter do Valle
It there a way to count or view details from all open user sessions in a Tomcat 
instalation?

Any help is welcome.

Thanks

Re: User sessions in Tomcat

2003-11-21 Thread Ben Souther
The Tomcat Manager application shows a session count for each running app.


On Friday 21 November 2003 09:26 am, Walter do Valle wrote:
 It there a way to count or view details from all open user sessions in a
 Tomcat instalation?

 Any help is welcome.

 Thanks

-- 
Ben Souther
F.W. Davison  Company, Inc.



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: User sessions in Tomcat

2003-11-21 Thread Shapira, Yoav

Howdy,
You can write any number of HttpSession*Listener listeners to do
whatever you want with session.

Yoav Shapira
Millennium ChemInformatics


-Original Message-
From: Walter do Valle [mailto:[EMAIL PROTECTED]
Sent: Friday, November 21, 2003 9:26 AM
To: [EMAIL PROTECTED]
Subject: User sessions in Tomcat

It there a way to count or view details from all open user sessions in
a
Tomcat instalation?

Any help is welcome.

Thanks



This e-mail, including any attachments, is a confidential business communication, and 
may contain information that is confidential, proprietary and/or privileged.  This 
e-mail is intended only for the individual(s) to whom it is addressed, and may not be 
saved, copied, printed, disclosed or used by anyone else.  If you are not the(an) 
intended recipient, please immediately delete this e-mail from your computer system 
and notify the sender.  Thank you.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: User sessions in Tomcat

2003-11-21 Thread Gary Hardy
And, if you're not trying to do it in code... Tomcat Web Application
Manager... ala http://localhost:8080/manager/html

gary...

 From: Shapira, Yoav [EMAIL PROTECTED]
 Reply-To: Tomcat Users List [EMAIL PROTECTED]
 Date: Fri, 21 Nov 2003 08:53:23 -0500
 To: Tomcat Users List [EMAIL PROTECTED]
 Subject: RE: User sessions in Tomcat
 
 
 Howdy,
 You can write any number of HttpSession*Listener listeners to do
 whatever you want with session.
 
 Yoav Shapira
 Millennium ChemInformatics
 
 
 -Original Message-
 From: Walter do Valle [mailto:[EMAIL PROTECTED]
 Sent: Friday, November 21, 2003 9:26 AM
 To: [EMAIL PROTECTED]
 Subject: User sessions in Tomcat
 
 It there a way to count or view details from all open user sessions in
 a
 Tomcat instalation?
 
 Any help is welcome.
 
 Thanks
 
 
 
 This e-mail, including any attachments, is a confidential business
 communication, and may contain information that is confidential, proprietary
 and/or privileged.  This e-mail is intended only for the individual(s) to whom
 it is addressed, and may not be saved, copied, printed, disclosed or used by
 anyone else.  If you are not the(an) intended recipient, please immediately
 delete this e-mail from your computer system and notify the sender.  Thank
 you.
 
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 
 


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]