I've just added an introduction to thread dumps. This is a light introduction to analyzing java thread dumps and stack traces. Analyzing thread dumps will often provide you with clues to why an application server isn't responding or is performing very poorly.
Comments
Brian, many thanks for such
Brian, many thanks for such a clear explanation.