How to get the list of active sessions?

2003-11-13 Thread Zsolt Koppany
Hi,

I would like to know how is currently logged in, thus I need the list the
active sessions. How can I cet that?

Zsolt



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



AW: How to get the list of active sessions?

2003-11-13 Thread Markus Heussen
look at http://localhost:8080/manager/html


-Ursprüngliche Nachricht-
Von: Zsolt Koppany
Gesendet: Donnerstag, 13. November 2003 10:12
An: Tomcat Users List
Betreff: How to get the list of active sessions?


Hi,

I would like to know how is currently logged in, thus I need the list the
active sessions. How can I cet that?

Zsolt



-
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]



Re: AW: How to get the list of active sessions?

2003-11-13 Thread dhay

but is there any way to do that programmatically eg in a servlet?

Cheers,

David




Markus Heussen [EMAIL PROTECTED] on 13/11/2003 04:23:32 AM

Please respond to Tomcat Users List [EMAIL PROTECTED]

To:Tomcat Users List [EMAIL PROTECTED]
cc:
Subject:AW: How to get the list of active sessions?


look at http://localhost:8080/manager/html


-Ursprngliche Nachricht-
Von: Zsolt Koppany
Gesendet: Donnerstag, 13. November 2003 10:12
An: Tomcat Users List
Betreff: How to get the list of active sessions?


Hi,

I would like to know how is currently logged in, thus I need the list the
active sessions. How can I cet that?

Zsolt



-
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]








RE: AW: How to get the list of active sessions?

2003-11-13 Thread Shapira, Yoav

Howdy,
You can write an HttpSessionListener.  Or you can write a servlet which access the 
tomcat-specific data structures that hold sessions.  The latter would need to run in 
the common classloader repository and be marked as privileged.

Yoav Shapira
Millennium ChemInformatics


-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Sent: Thursday, November 13, 2003 11:40 AM
To: Tomcat Users List
Subject: Re: AW: How to get the list of active sessions?


but is there any way to do that programmatically eg in a servlet?

Cheers,

David




Markus Heussen [EMAIL PROTECTED] on 13/11/2003 04:23:32 AM

Please respond to Tomcat Users List [EMAIL PROTECTED]

To:Tomcat Users List [EMAIL PROTECTED]
cc:
Subject:AW: How to get the list of active sessions?


look at http://localhost:8080/manager/html


-Ursprüngliche Nachricht-
Von: Zsolt Koppany
Gesendet: Donnerstag, 13. November 2003 10:12
An: Tomcat Users List
Betreff: How to get the list of active sessions?


Hi,

I would like to know how is currently logged in, thus I need the list the
active sessions. How can I cet that?

Zsolt



-
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]









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]