开发者

Configuring JBoss and Apache for remote debugging

开发者 https://www.devze.com 2023-01-04 15:26 出处:网络
I need you help to configure JBoss and Apache for remote debuging from mu IDE (Intelle开发者_开发技巧ji).

I need you help to configure JBoss and Apache for remote debuging from mu IDE (Intelle开发者_开发技巧ji). The JBoss and Apache are installed on remote machine . Please supply me steps how can do that .

Thanks in advance ...


There is a remote-Debugging Wizard in intellyJ. Run -> Edit Configurations

New Remote Debug: Host: jbosshost Port: 1045 (default)

Now you can see the Debug Line on top of the Dialog:

-Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=1045

This Line must be added to your Startconfiguration of your JBoss.

run.bat or run.sh for Example

edit: You can't debug the Apache-Http Webserver this way.

0

精彩评论

暂无评论...
验证码 换一张
取 消