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
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
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 >
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