>
> I have reviewed the customers JSP pages and found one page
> where they were not wrapping their use of a db connection within a
> try {} block.  I have informed them how to fix it.
>
> But this one page does not explain running out of connections in a pool
> with a max of 75 connections.  In the logs that page only failed twice
> during the run of Tomcat before it ran out of db connections.
>
> Thanks,
>
> Glenn
If you find a single fragmet of code this kind, this says a lot of abaut
applications quality.
And As I understand this application uses jdbc code in jsp page.
Trust me, I made a lot of bugs in my applications and I can recomend only
 refactoring for this application.


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to