> try { > while (it.hasNext()) { > c1 = getConnection();
You should move getConnection() outside of the while() block. - Bob --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org