Reputation: 2579
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
Upvotes: 4
Views: 18199
Reputation: 51
In case if you just want to connect to your local application server:
Upvotes: 3
Reputation: 401877
Most likely you are using debugger port in place for HTTP port:
Upvotes: 4