i have set up Tomcat 4.1(.12, i think) with DBCP native, connecting to
Sql Server 2000 on a remote machine. with the same configuration at home
i get connected just fine. at work, i get this error:
 
    java.sql.SQLException: DBCP could not obtain an idle connection,
pool exhausted
 
i'm getting this error upon first use of the database, so i do not think
it's a problem with not closing connections previously in use. the only
difference in configurations, now that i think about it, is i have
apache running in front of tomcat on my box at work, but not at home.
could that be it?
 
does anybody know how to solve this?
 
thanks
barclay


Reply via email to