Remote Debugging in Jdeveloper with JBoss
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