RE: Multiple Databases.

2004-06-06 Thread Thiharie Rajesh
It is best to use the application server connection pool. Do not use the Jakarta Struts connection pool. Rajesh -Original Message- If you are using tomcat, then I believe you can use dbcp. (I think that's what Riyad Kalla was talking about too..) We use dbcp but only for connecting to

R: Multiple Databases.

2004-05-20 Thread Andrea M
originale- Da: Geeta Ramani [mailto:[EMAIL PROTECTED] Inviato: giovedì 20 maggio 2004 14.52 A: Struts Users Mailing List Oggetto: RE: Multiple Databases. Vishal: If you are using tomcat, then I believe you can use dbcp. (I think that's what Riyad Kalla was talking about too..) We use db

RE: Multiple Databases.

2004-05-20 Thread Geeta Ramani
gt; From: Vishal Arora [mailto:[EMAIL PROTECTED] > Sent: Thursday, May 20, 2004 1:22 AM > To: Struts Users Mailing List > Subject: Re: Multiple Databases. > > > well that not the problem but my problem is that i want to > connect to > different databases in my application

Re: Multiple Databases.

2004-05-19 Thread Vishal Arora
well that not the problem but my problem is that i want to connect to different databases in my application and i m using datasource object and in my xml file i have given the details of my database url,username,password etc etc. but now i want to connect to another database and if in struts-c

Re: Multiple Databases.

2004-05-19 Thread Riyad Kalla
IIRC you should use the connection pool mechanism of your App Server and not Struts... I believe its use was deprecated (someone please correct me if I'm wrong). Vishal Arora wrote: Hi, I want to connect to different Databases in my application using the connection pooling of struts.How can

Multiple Databases.

2004-05-19 Thread Vishal Arora
Hi, I want to connect to different Databases in my application using the connection pooling of struts.How can i implement this and what all changes i have to make in my application and struts-config.xml file to use such a scenario.If anybody can provide an example it will be very helpfull.