configuring commons DBCP with tomcat 6.0 and java 1.6

1.5k views Asked by At

I want to use commons DBCP in my web application. I am using java 1.6 and tomcat 6.0 . I really don't know how to configure DBCP as i am going to use it for the first time in my life. Can someone tell me how to configure the dbcp ? I need detailed steps for cofiguration. also i would like to know how to access the connection in servlet after configuration.

Thanks.

1

There are 1 answers

0
Costis Aivalis On BEST ANSWER

Try this: Instructions It should be sufficient.