vote up 2 vote down star

What communication is going on between Eclipse and my application server (JBoss) when I run the server from within Eclipse in debugging mode? How does this work?

flag

68% accept rate

2 Answers

vote up 8 vote down check

When you start the server in debug mode, it listens on a specified TCP port. Eclipse connects to that port, and they talk using the Java Debug Wire Protocol (JDWP). Read the details here: http://java.sun.com/j2se/1.5.0/docs/guide/jpda/

link|flag
vote up 3 vote down

I think it is called JDWP (Java Debugging Wire Protocol) - read more here

link|flag

Your Answer

Get an OpenID
or
never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.