Re: confusion to DBCP

2005-05-08 Thread Gurumoorthy
yanjing [EMAIL PROTECTED] To: tomcat-user@jakarta.apache.org Sent: Sunday, May 08, 2005 5:18 AM Subject: confusion to DBCP I'm using mysql + tomcat as server to run jsp pages. and there are JavaBeans too. I have read a lot on the web that using a connection pool is very good. I just wondering why

confusion to DBCP

2005-05-07 Thread li yanjing
I'm using mysql + tomcat as server to run jsp pages. and there are JavaBeans too. I have read a lot on the web that using a connection pool is very good. I just wondering why I should configure DBCP in tomcat? i think if i write the database connection in jsp pages(not in beans) I need configure