suppose we have the thread dump for particular weblogic server.ho can you analyse it manually without using any tool
Answer Posted / gobinath
Check for the running threads for a particular Managed
server or admin server in Unix box
Syntax: ps -ef|grep <managed servername>or(Admin Server)
the above command will show the running process for the
server
| Is This Answer Correct ? | 4 Yes | 10 No |
Post New Answer View All Answers
What is thread dump?
How are multi-byte characters used with weblogic jdriver?
What are the ways to avoid resourceexceptions when sending requests for databaseconnections?
How do I programmatically get a list of queues or topics? : BEA Weblogic
Which of the recommended practices to be performed in the ejbpassivate() method of a stateful session bean? : BEA Weblogic
How do I use a startup class to initialize and later reference jms objects? : BEA Weblogic
How do I get a thread dump to help track down a problem? : BEA Weblogic
What are the enhancements in ejb 2.0 with respect to cmp?
How can classpath be set?
What is achieved through clustering?
What Is Boot.proerties File In Weblogic Server ?
Explain different parts available as part of jvm and describe them in few lines.
What are the databases that are available to be used with the web logic j2ee connector architecture?
How managed servers communicate with each other?
How do stubs function inside weblogic server cluster at the time of failure?