Re: Connection Pooling in Tomcat 6 using Java

2014-03-31 Thread Saurabh Saraswat
Dear All, Please accept my heartily thanks for your valuable responses. *Daniel / Chris*, Thank you so much. You both gave me a vary helpful explanation. I have read many forums but still was confused but you guys have cleared my doubts and also gave me new ideas to do better. Thank you again.

Re: Connection Pooling in Tomcat 6 using Java

2014-03-31 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Saurabh, On 3/31/14, 7:05 AM, Saurabh Saraswat wrote: > I am doing connection pooling with tomcat 6. And i am doing this > very first time before today i had no idea about connection > pooling. I want to ensure that it is the correct way or not. Gl

Re: Connection Pooling in Tomcat 6 using Java

2014-03-31 Thread Daniel Mikusa
On Mar 31, 2014, at 7:05 AM, Saurabh Saraswat wrote: > Dear All, > > I am doing connection pooling with tomcat 6. And i am doing this very first > time before today i had no idea about connection pooling. I want to ensure > that it is the correct way or not. > Please do me correct if i am doing

Connection Pooling in Tomcat 6 using Java

2014-03-31 Thread Saurabh Saraswat
Dear All, I am doing connection pooling with tomcat 6. And i am doing this very first time before today i had no idea about connection pooling. I want to ensure that it is the correct way or not. Please do me correct if i am doing wrong anywhere. I am explaining you all steps done by me- *1. Have