How to debug EJB in JBoss (WebLogic or other J2EE
application server) using IDE?
Answer / jim harrington
1) Start the container JVM with remote debugging enabled
(see.
http://download.oracle.com/javase/6/docs/technotes/tools/solaris/jdb.html).
2) Attache the IDE debugger to the container JVM using the
info you configured in step #1 (host/port or shared memory
context name)
3) Set a breakpoints in the implementation of the EJB of
interest
4) Exercise the application to get control to pass the
breakpoint location
5) You're home!
| Is This Answer Correct ? | 2 Yes | 1 No |
What are the three main forms of enabling debugging in a shell script?
What is the difference between Bug, Error and Defect?
Why to use a debugger? Isn't printf/cout/System.out.println good enough?
What does the error Too many ``Received'' headers - suspected mail loop mean?
What does no immediate delivery too many messages received in one SMTP connection mean?
how to debug stored procedure?
Do you have any idea about Debug and release version?
Explain debugger.
How to see the contents of the message buffer from a remote gdb session?
Can you Explain a Bug life cycle
How to reboot the (crashed) box via remote gdb? How?
What are the debugging tools that you have used?