Michael Greer wrote:
List servers = MBeanServerFactory.findMBeanServer(null); MBeanServer server = (MBeanServer)servers.get(0);
ObjectName objName = new ObjectName("Catalina:type=Manager,path=/contextPath,host=localhost");
String sessionIds = (String)server.invoke(objName,"listSessionIds",null, null);
You can get the rest by each sessionId.
How do I get a refrence to the Session once I have the id?
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
