How to debug EJB in JBoss (WebLogic or other J2EE
application server) using IDE?



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

Post New Answer

More Debugging AllOther Interview Questions

What is the difference between Bug, Error and Defect?

0 Answers   MCN Solutions,


Can some one help me with the QTP 9.0 single seat license. pls send it to sandeepkumarsingh@hotmail.com

0 Answers  


how to debug stored procedure?

0 Answers   EDS,


What is a Parser Bug?

0 Answers   CGI,


What are the command line debugging options?

0 Answers   Infosys,






Please tell me Browser specific bugs?

0 Answers   Wipro,


What does the error Child process of address_pipe transport returned 69 from command xxx mean?

0 Answers  


What is Integrated Debugging?

0 Answers  


What is a "debugger" ?

2 Answers  


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 ?

0 Answers   Cavium Networks,


How to debug EJB in JBoss (WebLogic or other J2EE application server) using IDE?

1 Answers   Wipro,


How to set a read or write watchpoint for a variable?

1 Answers  


Categories