I am using
servlets tomcat 5.0 webserver and mysql as database in my project.
I want to use connection pooling.
If i want 50 active connections in my application.
How do i configure it in my web application.
Can someone explain or give me a url to configure it.