Tomcat opens debug mode, and Eclipse builds debug

Source: Internet
Author: User
Tags goto

Copy startup to start-debug-up with the following modifications:

Set "Executable=%catalina_home%\bin\catalina.bat"

REM Check that target executable exists
If exist "%executable%" goto okexec
echo Cannot find "%executable%"
echo this file was needed to run
Goto END
: okexec

REM Get remaining unshifted command line arguments and save them in the
Set cmd_line_args=
: Setargs
If ""%1 "" = = "" "Goto Donesetargs
Set cmd_line_args=%cmd_line_args%%1
Shift
Goto Setargs
:d Onesetargs

Call "%executable%" JPDA start%cmd_line_args%
Set Jpda_transport=dt_socket
Set jpda_address=9000
Set Jpda_suspend=n

: End

Then start, which is the Tomcat debug boot mode.

Eclipse:

Select Dubug-configuration

Click the Debug button

Tomcat opens debug mode, and Eclipse builds debug

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.