Skip to Main Content

Java Development Tools

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Remote Debugging in Jdeveloper with JBoss

user1055172Oct 15 2008 — edited Oct 15 2008
I'm using Jdeveloper 10.1.3.1 and JBoss 4.0.4. I'm trying to debug my application in JBoss.
I add this lines to run.bat
set JBOSS_DEBUG_FLAGS=-ojvm -XXdebug,detached,quiet,port4000
D:\Oracle\JDeveloper\jdk\bin\java %JBOSS_DEBUG_FLAGS% %JAXP% -classpath "%JBOSS_CLASSPATH%" org.jboss.Main %1 %2 %3 %4 %5 %6 %7 %8 %9
I configure the project properties to debug remote with the protocol Attach to OJVM at port 4000, but when I run the debug JDeveloper can't connect to JBoss.
I found this tutorial http://www.oracle.com/technology/products/jdev/howtos/appservers/debug_in_jboss.html, but it does'nt work.

Can you give me some tutorial or the steps to debug in JBoss.

Regards,

Manuel

Comments

Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Nov 12 2008
Added on Oct 15 2008
4 comments
521 views