users@glassfish.java.net

Re: connection leak on exception

From: Radim Kolar <hsn_at_sendmail.cz>
Date: Tue, 01 Nov 2011 22:03:21 +0100

> I think a better question is who in their right mind would run a
> production application that opens a JDBC connection inside of a JSP.
1. it does not opens JDBC connection. It is getting jdbc connection from
application server pool
2. Do you know something about JSP pages, how they are processed and
difference between them and servlets?
3. Nobody. Thats why every application server and servlet container with
exception glassfish can deal with this.