Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Finding the classloader #9

Open
aravindc26 opened this issue May 5, 2015 · 2 comments
Open

Finding the classloader #9

aravindc26 opened this issue May 5, 2015 · 2 comments

Comments

@aravindc26
Copy link

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?

@djpowell
Copy link
Owner

djpowell commented May 5, 2015

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.

@aravindc26
Copy link
Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants