开发者

How do I run JBoss 4.2.3 in debug mode?

How do I run jboss 4.2.3 in 开发者_运维技巧debug mode?


Did you try the regular JVM options to enable remote debugging?

set JAVA_OPTS=-Xdebug -Xrunjdwp:transport=dt_socket,address=8787,server=y,suspend=n %JAVA_OPTS%  

That the usual way to enable remote debugging.

This page displays how to remote debug various app. server and is fairly recent:

Remote debugging with eclipse

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜