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

Submitted by: Administrator
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.
Submitted by: Administrator

Read Online BEA Weblogic Job Interview Questions And Answers