Re: [OT] Complete List of Logged In Users

2008-03-14 Thread Dave Newton
--- Mike Duffy <[EMAIL PROTECTED]> wrote: > Using the Struts framework is there some simple way to get a list of all > the users logged into the server? Using the Struts framework? No; this doesn't have anything to do with Struts. You might use a SessionContextListener to provide a potentially us

[OT] Complete List of Logged In Users

2008-03-14 Thread Mike Duffy
I marked this as other because this is probably sever specific (in my case I am using JBoss). Using the Struts framework is there some simple way to get a list of all the users logged into the server? Thx. Mike __