This content has been marked as final.
Show 1 reply
-
1. Re: Tuning jboss jdbc connection pool
abhijithumbe Jun 27, 2017 9:25 AM (in response to abdellah.dany)There can be multiple reasons for application hung. For hung issue thread dumps are useful. Capture multiple(6) thread dumps with interval of 20secs and see which threads are stuck. You can capture thread dump using jstack utility which is shipped with JDK.