I am in the process of setting up remote connections for JVM analysis. The connection screens for jconsole or jvisualvm ask for below usage information.
usage: hostname:port OR service:jmx:protocol:sap
variables are in bold
My questions are
1) For hostname:port
the port number corresponds to which process. (I think it might be jmx.) And how to setup this process on the server(test, prod) or developer machines.
2) For service:jmx:protocol:sap
what is the protocol. And what all protocols are possible.
And what is sap?