You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
When you run liverepl it should display a list of classloaders that
it can find. 0 will always be the system classloader, but other numbers
will be the class loaders of other threads and webapps.
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 #9.
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 PIDsbut does not list class loader id, how do I find the list of classloaders?
The text was updated successfully, but these errors were encountered: