Finding the classloader
My tomcat app seems to have more than one class loader, the liverepl seems to attach itself to the system class loader.
How do I attach it to other class loader ? When I run sh liverepl.sh it gives me list of PIDs
but does not list class loader id, how do I find the list of classloaders?
When you run liverepl
You should then be able to run liverepl
On Tue, May 5, 2015 at 1:30 PM, Aravind Chintalapalli < [email protected]> wrote:
My tomcat app seems to have more than one class loader, the liverepl seems to attach itself to the system class loader.
How do I attach it to other class loader ? When I run sh liverepl.sh it gives me list of PIDs but does not list class loader id, how do I find the list of classloaders?
— Reply to this email directly or view it on GitHub https://github.com/djpowell/liverepl/issues/9.
Thanks, When I built the source, this seemed to work. But the liverepl.sh from http://djpowell.net/files/liverepl-1.0.zip doesn't seem to work.