Eclipse no plug-in debugging programs in Resin

Source: Internet
Author: User
There are two ways to search the Internet:

1: add the running parameters to the reference httpd:-xdebug-xnoagent-xrunjdwp: Transport = dt_socket, Server = Y, suspend = N, address = 12345 and run

Then open debug dialog.
Right-click Remote Java application-> New
Connection Properties:
HOST: 127.0.0.1
Port: 12345
Click debug.

2: Open debug dialog by referencing

Right-click Java application-> New

Main class:
Com. Caucho. server. Resin. Resin

Program arguments:
-Conf "X:/resinhome/CONF/resin. conf"

VM arguments:
-Dresin. Home = "X:/resinhome"
-Djava. util. Logging. Manager = com. Caucho. log. logmanagerimpl

Classpath:
Resin_library
Tools. Jar
Click debug.

Among the two methods, I prefer the latter one because its log output is in eclipse.

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.