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 the difference between Connection Pool and data source?
Why is there no polymorphic-type response from a create () or find () method?
diff b/w managed server and non managed server? can u briefly explain?
What is a domain template?
What is the format of the log message out to standard out?
What you can do with node manager?
How do I limit the number of oracle database connections generated by weblogic server? : BEA Weblogic
I tried to run two of the applets in the examples directory of the distribution? : BEA Weblogic
What are the capabilities of weblogic server?
how to change the weblogic server password?
What is bootup process?
What are the ways to avoid resourceexceptions when sending requests for databaseconnections?