What is thread dump? What is the UNIX command for taking
thread dump?
Answers were Sorted based on User's Feedback
Answer / javed
Thread dump in weblogic is a mean to find out the task
performed by a weblogic managed server which hosts any
application. Thread dump is generally taken to identify
what task each thread is performing so that they can be
tracked and evaluated using an thread dump monitoring tool
like Samurai.
In Unix you can take the thread dump by using the command:
$ kill -3 <PID>
where PID is the process id of the corresponding weblogic
managed server.
| Is This Answer Correct ? | 20 Yes | 2 No |
A stateful session bean implementing the sessionsynchronization interface is deployed on the weblogic server. Which of the callback methods may be invoked on the bean? : BEA Weblogic
How can default JVM be changed to other?
What is the difference in the web.xml and weblogic.xml ?
Explain The Term Clustering ?
How can the OUT OF MEMORY be solved?
Must ejbs be homogeneously deployed across a cluster? Why? : BEA Weblogic
What is difference between weblogic connection pool and conection factory?
Why do I get unexpected characters from 8-bit character sets in weblogic jdriver for oracle? : BEA Weblogic
How to debug my ant script?
How do I issue the close() method within an onmessage() method call and what are the semantics of the close() method? : BEA Weblogic
Why in jdk we have two different folders for bin and lib ?
Difference between Weblogic server and websphere server?