Still having DBCP problems. I ensured that all my connections, statements, and resulset objects are being properly released when using DBCP for connection pooling. I've enabled recoverAbandoned. It seems that yes I did have some connection pool leaking, but that has since been resolved. But I still get this message (along with a failure) from time to time. Does anyone know why?
javax.naming.NameNotFoundException: Name jdbc is not bound in this Context This is a different message than I was getting when I was having problems with the DBCP pool being exhausted. Thanks! Neal -- To unsubscribe, e-mail: <mailto:tomcat-user-unsubscribe@;jakarta.apache.org> For additional commands, e-mail: <mailto:tomcat-user-help@;jakarta.apache.org>
