How do Java class projects turn on remote debug mode? Tomcat,jetty such as container start can also debug, as well as Java remote connection Jmxremote

Source: Internet
Author: User

-xdebug-xnoagent-xrunjdwp:transport=dt_socket,address=8000,server=y,suspend=n

The above line is used to start the remote debug, the port is 8000,suspend indicates whether the container starts debug, you can see the internal process of Tomcat or jetty boot



-dcom.sun.management.jmxremote.port=9999-dcom.sun.management.jmxremote.authenticate=false- Dcom.sun.management.jmxremote.ssl=false

This line is the boot Java remote connection



As for what this tool is used for, I believe that the study of this thing is known.




How do Java class projects turn on remote debug mode? Tomcat,jetty such as container start can also debug, as well as Java remote connection Jmxremote

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.