We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
There is no option to specify a full service URL in place of a hostname and port. This is useful when accessing JMX through a firewall.
changing the options to something like: url = opts[:raw_url] || "service:jmx:rmi:///jndi/rmi://#{host}:#{port}#{url_path}"
would allow you to use a service url such as: service:jmx:rmi://:10002/jndi/rmi://:10001/jmxrmi
The text was updated successfully, but these errors were encountered:
No branches or pull requests
There is no option to specify a full service URL in place of a hostname and port. This is useful when accessing JMX through a firewall.
changing the options to something like:
url = opts[:raw_url] || "service:jmx:rmi:///jndi/rmi://#{host}:#{port}#{url_path}"
would allow you to use a service url such as: service:jmx:rmi://:10002/jndi/rmi://:10001/jmxrmi
The text was updated successfully, but these errors were encountered: