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 Tomcat. I am trying to use the Apache

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

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 Context descriptors in the conf

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

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

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

RE: connection pooling question (posted correctly)

2006-09-11 Thread Darren Hall
maxWait=-1 removeAbandoned=true removeAbandonedTimeout=180 logAbandoned=true/ /Context -Original 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

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,

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 Context descriptors in the conf/localhost/Catalina directory. You can also put them