BEA Weblogic Question:

Download Job Interview Questions and Answers PDF

How do I get a thread dump to help track down a problem?

BEA Weblogic Interview Question
BEA Weblogic Interview Question

Answer:

Ways to get a thread dump:
* Try running this from the command line (after running the setEnv script in /bea/wlserver6.1/config/mydomain/):

java weblogic.Admin -url t3://localhost:7001 THREAD_DUMP

* On Windows, from the console window, enter Ctrl+Break.
* On UNIX, signal the server using kill -3.

Download BEA Weblogic Interview Questions And Answers PDF

Previous QuestionNext Question
The MaxPostTimeSecs attribute set in the Administration console under Servers or virtual hosts section corresponds to which of the following?Why do I get an exception when trying to find a connection factory?