Im using one example of connection pool. The example have a
servlet that I think make the management of the connections in the pool.
My problem is to use the servlet itself. Where I store the pool?
Actualy im storing the pool in one application variable but at the end of
some time with multiple online users I cant get more connections from the pool. I free the connections when I dont need any more, but the application variable is not the best solution.
Thanks
Lu�s Matos