Re: debugging a deployed webapp 101

2012-08-09 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Russ, On 8/9/12 5:17 PM, Russ Tremain wrote: > Hey, that's pretty cool - nice that tomcat has full jmx interface > now. Tomcat has supported JMX for quite some time, now. It gets better every day (both support for JMX and Tomcat in general). > By d

Re: debugging a deployed webapp 101

2012-08-09 Thread Russ Tremain
Hey, that's pretty cool - nice that tomcat has full jmx interface now. By drilling down from the "MBeans" tab as you suggested, I can now see my classpath, but not the actual classes that are loaded. I do see a nice graph that tracks the total number of classes loaded, under the "Classes" tab.

Re: debugging a deployed webapp 101

2012-08-09 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Russ, On 8/9/12 3:46 PM, Russ Tremain wrote: > I heard that there is a way to get tomcat manager to dump the > contents of the classpath loaders for a deployed application, but I > haven't been able to find it. > > So far, I see only the ideas of usi

debugging a deployed webapp 101

2012-08-09 Thread Russ Tremain
Hi, I heard that there is a way to get tomcat manager to dump the contents of the classpath loaders for a deployed application, but I haven't been able to find it. So far, I see only the ideas of using jstack or kill -3 (SIGQUIT) to dump the threads for the container process. Is there a wa