How to connect to Java instances running on EC2 using JMX

后端 未结 5 1397
孤独总比滥情好
孤独总比滥情好 2020-12-07 14:30

We are having problem connecting to our Java applications running in Amazon\'s EC2 cluster. We definitely have allowed both the \"JMX port\" (which is usually the RMI regist

5条回答
  •  独厮守ぢ
    2020-12-07 15:32

    The answer given by Gray worked for me, however I find that I have to open TCP ports 0 to 65535 or I don't get in. I think that you can connect on the main JMX port, and then get another one assigned. I got that from this blog post that has always worked well for me.

提交回复
热议问题