Example: Dumping threads in a server process
Use the AdminControl object to dump the Java threads of a running server.
- For example, in Jacl:
set jvm [$AdminControl completeObjectName type=JVM,process=server1,*] $AdminControl invoke $jvm dumpThreadsThis example produces a Java core file. Use this file for problem determination.