Re: JNDI Connection Pooling

2008-05-21 Thread Hanmay Udgiri
Is there any issue with It. Does this should work or should not work?? Is there any issue with connection object created using below code?? I implemented even putting context.xml file in /conf and I was able to get is work successfully.Bze we are looking for a JNDI default implementation which sho

Re: JNDI Connection Pooling

2008-05-21 Thread Mark Thomas
Hanmay Udgiri wrote: Yes this is working I am able to get connection pool object... And the database connection works? That surprises me. Mark On 5/21/08, Mark Thomas <[EMAIL PROTECTED]> wrote: Hanmay Udgiri wrote: Hi I am currently using connection pooling in tomcat. The code is as belo

Re: JNDI Connection Pooling

2008-05-21 Thread Hanmay Udgiri
Yes this is working I am able to get connection pool object... Thanks and Regards hanmaya On 5/21/08, Mark Thomas <[EMAIL PROTECTED]> wrote: > > Hanmay Udgiri wrote: > >> Hi >> I am currently using connection pooling in tomcat. >> The code is as below >> I have a context.xml.default placed in >

Re: JNDI Connection Pooling

2008-05-21 Thread Mark Thomas
Hanmay Udgiri wrote: Hi I am currently using connection pooling in tomcat. The code is as below I have a context.xml.default placed in /conf/[enginename]/[hostname]/ file which has below code. Where as in Java code i am setting the values of Userd,pwd driverclass and URL. *My question here is