How to debug EJB in JBoss (WebLogic or other J2EE application server) using IDE?
Submitted by: Administrator1) 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!
Submitted by: Administrator
(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!
Submitted by: Administrator
Read Online Debugging Job Interview Questions And Answers
Top Debugging Questions
☺ | What is CTC abbreviation? |
☺ | Explain What is BDM, and what is its use? |
☺ | Explain What is high debugging? |
☺ | Explain What are the tradeoffs in using BDM for in-circuit debug? |
☺ | How to debug EJB in JBoss (WebLogic or other J2EE application server) using IDE? |
Top Debugging Categories
☺ | Debugging Interview Questions. |
☺ | CTC Interview Questions. |
☺ | Quantify Interview Questions. |
☺ | GDB Interview Questions. |
☺ | Theoretical Interview Questions. |