After configuring connection pooling the website seems to hang up after a period of time but it executes faster otherwise.. Is connection pooling the cause for the same? When the website stops responding then a tomcat restart reverts back the problem? What to do?
Asked
Active
Viewed 294 times
1
-
Without some more information it is difficult to make a start on this problem. – Robin Green May 16 '11 at 16:52
1 Answers
0
Probably your code is not releasing connections back to the pool.

Robin Green
- 32,079
- 16
- 104
- 187
-
Thanks Robin for your answer but in my code this has been taken care of but the things seem to hang due to the tomcat settings please do guide.. – KronnorK May 16 '11 at 16:15