Remote debugging (intelliJ) a remote bitbucket server JMX DEBUG PORT

Hello,
I was wondering if anyone has any tips on how to bring up their bitbucket in order to allow developers to connect to a specific JMX debug port on bitbucket 5.3.

Hi, @aspicer.

Please check this Bitbucket guide for Server 5.3. Aside from setting the property jmx.enabled, the page will guide you with the necessary files to modify to declare the port, hostname, etc.

Once it is up, you can use different clients to connect to the JMX port. When profiling, I’ve tried connecting to the JMX port using the ones bundled with JDK like jconsole and jvisualvm .

Hope this helps.

Ian