Debugging Remote Java Application - II
14 June 2008In the first part, I showed how to alter JBoss run.bat file for remote debugging. Once that is done, deploy your J2EE application and start the JBoss. You will note that on the JBoss console, the listener will start listening on port specified in run.bat.
Now is the time to start debugging from Eclipse. Open the Debug dialog and select ‘Remote Java Application’. Create a new configuration. Select the project to debug and attach source code with it. In the connect tab, don’t forget to put connection properties which comprises of Host and Port.
Once all the done, start debugging.
I hope this was useful.
Related Posts:
Top Of Page | Trackback
If you found this page useful, consider linking to it. Simply copy and paste the code below into your web site.
It will look like this: Debugging Remote Java Application - II