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 |
In a web logic server what is the domain?
You are getting a error in your appserver/webserver logs "connection refused", from the operating system perspective how will you troubleshoot this?
Explain about cluster heart beats?
What are the different weblogic installation types?
What is difference between weblogic connection pool and conection factory?
Explain the use of http ?
In what ways can a web logic servers performance be improved upon?
How many messages are sent across the network for processing topic messages? : BEA Weblogic
What is the difference in the web.xml and weblogic.xml ?
What are managed servers?
What can happen when stub can’t to connect to web-logic server instances?
Is it better to have more or fewer sessions for a given number of subscribers? : BEA Weblogic