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?
+8
A:
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/
Michael Borgwardt
2008-12-05 14:23:24
A:
Where will i get all configuration details to setup eclipse to debug in JServ?
Nareshreddy Kola
2010-03-29 13:10:14
A:
got some link...http://developer-guides.blogspot.com/ If you have more info..please provide.. :)
Thanks.
Nareshreddy Kola
2010-03-29 13:15:23