Search code examples
jbossintellij-idearemote-debugging

Debug Jboss 7.x with intellij idea


I am trying to debug the application on my macbook pro ( os Mountain Lion ). But when I click on debug it is alerting that: unable to connect localhost 4010. I set the port to 4010 on jboss. Here is the output while app starting.

Listening for transport dt_socket at address: 4010

On Jidea; settings for debug is "remote server" Remote Connection Settings;

host : localhost
port : 4010

The config ss1 The config ss2


Solution

  • Most likely you are using debugger port in place for HTTP port:

    HTTP port

    Debugger port