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 |
what is domian and how can it work ?
Each instance of weblogic server is physical or logical. Can sever instance be shared over multiple machines?
Hey! Is there any difference between WebLogic Server admin & WebLogic Portal? If I want to learn Course which is the suitable to Development? Both are comes under one course or different courses , pls clarify me? am Planning to Join Weblogic, Which is the best pls suggest me?
What is error ora-6502? : BEA Weblogic
What does 'stub' mean in weblogic server?
What is the difference between jboss and weblogic?
What is a domain in weblogic?
Explain the tier architecture of a web logic server?
How can we configure http tunneling on weblogic?
Can I set the deployment order for application modules? For standalone modules?
How do I use a startup class to initialize and later reference jms objects? : BEA Weblogic
what are configuration classes in weblogic