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 unicast in weblogic?
How can I set deployment order for applications?
What is the default port of weblogic admin server?
How to migrate the weblogic domains Existing physical box to New box ? Assume:I have 2 Domains and 5 ms servers and i have deploy the application in managed servers in cluster Envirolment how to migrated? any budy give me steps ?
How to integrate sunone/netscape/iplanet with weblogic?
How to create a connection pool ?
How do an rmi-iiop application and an existing corba object interoperate? : BEA Weblogic
How do I programmatically get a list of queues or topics? : BEA Weblogic
What is meant by gc, prallel gc, full gc and explain it?
What are stubs and how do they function in a web logic cluster?
What is the difference between creating a distributed application using rmi and using a ejb architecture?
what is the main key difference(s) between all application servers? (WebLogic and Websphere and Jboss)