RE: Connection Pooling Question

2007-02-21 Thread Tim Lucia
> -Original Message- > From: Marc Farrow [mailto:[EMAIL PROTECTED] > Sent: Monday, February 19, 2007 3:56 PM > To: tomcat-users > Subject: Connection Pooling Question > > Slightly off topic, but the core of what I want is being done in the > source > code of

Connection Pooling Question

2007-02-19 Thread Marc Farrow
Slightly off topic, but the core of what I want is being done in the source code of Tomcat. I am trying to use the Apache Commons DBCP classes to create my own connection pooling factory that I can use within my servlet container (Tomcat) and also in stand alone programs. I see how the Datasource

Re: connection pooling question (posted correctly)

2006-09-12 Thread Leonel
On 9/11/06, Caldarale, Charles R <[EMAIL PROTECTED]> wrote: > From: Leonel [mailto:[EMAIL PROTECTED] > Subject: Re: connection pooling question (posted correctly) > > And the filename for the ROOT app ( / ) would beROOT.xml ? Yes, if you're putting your

RE: connection pooling question (posted correctly)

2006-09-11 Thread Caldarale, Charles R
> From: Leonel [mailto:[EMAIL PROTECTED] > Subject: Re: connection pooling question (posted correctly) > > And the filename for the ROOT app ( / ) would beROOT.xml ? Yes, if you're putting your descriptors in the conf/localhost/Catalina directory. You can also put th

RE: connection pooling question (posted correctly)

2006-09-11 Thread Darren Hall
> And the filename for the ROOT app ( / ) would beROOT.xml ? I don't know the answer, Lionel, but the logic seems to stand to reason. *wink* - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail

RE: connection pooling question (posted correctly)

2006-09-11 Thread Darren Hall
al Message- From: David Smith [mailto:[EMAIL PROTECTED] Sent: Monday, September 11, 2006 10:03 PM To: Tomcat Users List Subject: Re: connection pooling question (posted correctly) META-INF is if you pack your web app to be a .war file. Create the file in conf/Catalina/localhost but name it after

Re: connection pooling question (posted correctly)

2006-09-11 Thread Leonel
On 9/11/06, David Smith <[EMAIL PROTECTED]> wrote: META-INF is if you pack your web app to be a .war file. Create the file in conf/Catalina/localhost but name it after the webapp. If your webapp is in the folder foo in the webapps directory, the file would be foo.xml. Also be sure your instruct

Re: connection pooling question (posted correctly)

2006-09-11 Thread David Smith
META-INF is if you pack your web app to be a .war file. Create the file in conf/Catalina/localhost but name it after the webapp. If your webapp is in the folder foo in the webapps directory, the file would be foo.xml. Also be sure your instructions are for tomcat 5.5 as the way the JNDI resou

connection pooling question (posted correctly)

2006-09-11 Thread Darren Hall
Hi all. I'm using Oracle 10g with Tomcat 5.5 and Struts 1.2.9. I'd like to set up connection pooling for my application. I've read the Tomcat "HOW-TO" on setting up a JNDI Datasource for connection pooling, but one thing confuses me - In the how-to, it states "Configure the JNDI DataSource in Tom