remote debugging Jboss 3.2.3
hi there, I am trying to remote debug my JBoss 3.2.3 in the following way:
In the Jboss's run.bat file I have:
Than the execution line is
"%JAVA%" %JAVA_OPTS% -classpath "%JBOSS_CLASSPATH%" org.jboss.Main %*
Yet, IntelliJ is "stuck" on Connecting to the target VM at 'localhost:5000' using socket transport
What am I doing wrong?
TIA Oren
Please sign in to leave a comment.
Where u able to resolve this ?
Try using 8787 as the port number.
No, no I am getting "Failed to establish connection to target VM at 'localhost:8787' using socket transport.
BTW, the OS is Windows XP
Oren