Re: SystemThreadList.java update?

2005-02-01 Thread Bob Feretich
Thanks Ronald. I made a couple mods. I added the below to the Group fields: Comparator threadComparitor = new Comparator() { public int compare(Object o1, Object o2) { return (((Thread) o1).getName()).compareTo (((Threa

Re: SystemThreadList.java update?

2005-02-01 Thread Ronald Klop
Hello, I use the attached .jsp to view all the threads. Ronald. On Fri Jan 28 12:33:10 CET 2005 Tomcat Users List wrote: There is a June 2002 mail thread that discusses "How to list all Threads in the JVM?". It includes a handy Java class that is supposed to return all sorts of information on thes

SystemThreadList.java update?

2005-01-28 Thread Bob Feretich
There is a June 2002 mail thread that discusses "How to list all Threads in the JVM?". It includes a handy Java class that is supposed to return all sorts of information on these threads. But, the class does not seem to examine the entire ThreadGroup tree. The constructor creates an ArrayList of