In Tomcat's server.xml file add this just before the tag factory org.apache.commons.dbcp.BasicDataSourceFactory url jdbc:mysql://localhost/appName driverClassNamecom.mysql.jdbc.Driver username yourUserNameHere password yourPasswordHere maxWait 3000 maxIdle 100 maxActive 10