I am having a problem in
tomcat, i am getting the below connection error.
I have my max connections set to 300 and when i check the connections in MYSql admin it only shows 27 connections.
I am using connection pooling. I have supplied the code below that i use in my application that pertains to this issue.
Is there a better way to handle the connections than what i am doing.
This is all in a simple servlet/jsp application
Connection pool
all my data classes look like this
Utility class
tomcat configuration