Quantcast
Channel: Magnus K Karlsson
Viewing all articles
Browse latest Browse all 526

Remote Debugging in JBoss EAP 5

$
0
0

To enable remote debugging in JBoss EAP 5, uncomment the below in run.conf

jboss-eap-5.2.0/jboss-as/bin/run.conf

Now deploy your application and open Eclipse:

  1. Add breakpoint in your code.
  2. Add Debug Configuration and add Remote Java Application and set host and port.
  3. Click Debug and access your deployed application.

Viewing all articles
Browse latest Browse all 526

Trending Articles