Thursday, March 6

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




* On Windows, from the console window, enter Ctrl+Break.


* On UNIX, signal the server using kill -3.

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

1 comment:

  1. how to disable heap dump files creation in weblogic?

    ReplyDelete