Re: Get List of Loaded Beans

2007-10-04 Thread Martin Gainty
The MBeanServer will accomplish this task for you http://java.sun.com/j2se/1.5.0/docs/guide/management/overview.html M-- - Original Message - From: "Tom Holmes Jr." <[EMAIL PROTECTED]> To: Sent: Thursday, October 04, 2007 2:27 PM Subject: Get List of Loaded Beans

Get List of Loaded Beans

2007-10-04 Thread Tom Holmes Jr.
I'm asking a question for a co-worker who is new to Tomcat and Java development. we've got a tomcat 5.x server running, he wants to be able to list what beans are loaded into tomcat. I imagine some JSP code would do the trick. He's not using any tags right now, or Struts1, Struts2. I think