0 Replies Latest reply on Apr 30, 2004 1:35 AM by oren.gross

    remote debugging Jboss 3.2.3 using IntelliJ 4

    oren.gross

      hi there, I am trying to remote debug my JBoss 3.2.3 in the following way, using IntelliJ 4:

      In the Jboss's run.bat file I have:

      set JAVA_OPTS=-Xdebug -Xnoagent -Djava.compiler=NONE -Xrunjdwp:transport=dt_socket,server=y,address=5000,suspend=n %JAVA_OPTS%




      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