How to debug EJB in JBoss (WebLogic or other J2EE
application server) using IDE?
Answer Posted / 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 |
Post New Answer View All Answers
What is debugger?
How to get help on debugger commands?
Please tell me Browser specific bugs?
How to remote debug applications with the remote debugger installed with vs.net 2002, with vs.net 2003?
What does the error Child process of address_pipe transport returned 69 from command xxx mean?
What are Visual Debugger?
What do mean by debugger?
What does no immediate delivery too many messages received in one SMTP connection mean?
Enhance the Debug() function so that the programmer has to press Enter or Return after debugging is deactivated?
What does the error too many unrecognized commands mean?
What does the error lookup of host "xx.xx.xx" failed in yyy router mean?
What is the bug Life Cycle you follow?
How to read the pixels out of a GdkPixmap?
if you have compressed file which has multiple source files, after make of this source file, you are getting undefined reference error. How your will debug this problem ? What might be different root causes for this ?
how to debug stored procedure?