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

Jconsole #1

Open
dpeddi opened this issue Mar 2, 2018 · 4 comments
Open

Jconsole #1

dpeddi opened this issue Mar 2, 2018 · 4 comments

Comments

@dpeddi
Copy link

dpeddi commented Mar 2, 2018

Do you think it would be possible to use visualwas plugin with jconsole?

Found, to make visualwas visible to jconsole is enough to create:
META-INF\services\javax.management.remote.JMXConnectorProvider:
com.github.veithen.visualwas.jmx.soap.ClientProvider

Regards

@veithen
Copy link
Owner

veithen commented Mar 6, 2018

The project already implements a JMX connector provider. To use it with JConsole, you would need to:

  • Add the relevant JAR(s) to the classpath (on the issue-1 branch I added a Maven plugin invocation to build an all-in-one JAR so that you'd only need a single JAR).
  • Set the jmx.remote.protocol.provider.pkgs system property to com.github.veithen.visualwas.jmx.
  • Use service:jmx:soap://<host>:<port> as JMX URL.

@dpeddi
Copy link
Author

dpeddi commented Mar 7, 2018

Thank you, after some study I've reached the same result!

I think you can close this issue.

@veithen
Copy link
Owner

veithen commented Mar 7, 2018

Did you make it work? Would you mind sharing your findings so we could document it?

@dpeddi
Copy link
Author

dpeddi commented Mar 8, 2018 via email

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