Eclipse Remote Debugging Tomcat method [Go]

Source: Internet
Author: User

Reprinted from: http://blog.csdn.net/afgasdg/article/details/9236877

1. In Linux, configure Tomcat to add the following in catalina.sh
Catalina_opts= "-xdebug-xrunjdwp:transport=dt_socket,address=8000,server=y,suspend=n" (do not wrap to the same line)

2. Modify the Catalina,bat file in window to add:

Set "Catalina_opts=-xdebug-xrunjdwp:transport=dt_socket,address=8000,server=y,suspend=n"

Parameter description:

-xdebug: Enable debug mode

-xrunjdwp<sub-options>: Loading JVM's JPDA reference implementation Library

Transport=dt_socket:socket connection, optional Dt_shmem connect to the debug server via shared memory

address=8000: The port that the debug server listens on

Server=y: Whether it is server side, N is client

Suspend=n: Whether the boot process is loading paused, Y is paused at startup, and the startup process is easy to debug

3. Start Tomcat to see if Tomcat started successfully,

If the boot succeeds, the Tomcat log file (Catalina.out) will have the following output:

Listening for transport Dt_socket at address:8000

4. Use Eclipse Debugging:

Click Debug, and you can debug it.

The rest is just like normal debugging. Breakpoints are added directly to the source code.

5. Connection problems that may occur:

Failed to connect to remote VM. Connection refused.

Connection Refused:connect.

The situation may be that a connection has been established.

Workaround: Go to the debug perspective,

Find the click break link to solve the problem.

Eclipse Remote Debugging Tomcat method [Go]

Related Article

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.