RE: Database connection pooling

2004-10-27 Thread Allistair Crossley
looks like you are using the 5.0 docs rather than 5.5 http://jakarta.apache.org/tomcat/tomcat-5.5-doc/jndi-resources-howto.html Context ... ... Resource name=jdbc/EmployeeDB auth=Container type=javax.sql.DataSource username=dbusername password=dbpassword

RE: Database connection pooling

2004-10-27 Thread Steve Kirk
see my post from yesterday RE: JNDI DataSource GlobalResources problem :) This exception means that TC cannot find your Resource. Your only guess is correct! Put your Context in either webapps/yourwebapp/META_INF/context.xml (if you are deploying in a war) or

RE: Database connection pooling

2004-10-27 Thread Steve Kirk
small correction: putting Context inside server.xml is not recommended since v5.0, not 5.5 -Original Message- From: Steve Kirk [mailto:[EMAIL PROTECTED] Sent: Wednesday 27 October 2004 13:14 To: 'Tomcat Users List' Subject: RE: Database connection pooling see my post from

RE: database connection pooling

2003-07-29 Thread Shapira, Yoav
Howdy, Why did you upgrade to 4.1.23? Or was that just a typo and you're really using 4.1.24 (as you should be)? ;) Yoav Shapira Millennium ChemInformatics -Original Message- From: Hans Wichman [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 29, 2003 3:38 AM To: [EMAIL PROTECTED]

RE: database connection pooling

2003-07-29 Thread Hans Wichman
Oops, yes that was a typo (phpdev423 is in the same directory with installers ;-))). greetz Hans At 08:51 AM 7/29/2003 -0400, Shapira, Yoav wrote: Howdy, Why did you upgrade to 4.1.23? Or was that just a typo and you're really using 4.1.24 (as you should be)? ;) Yoav Shapira Millennium

Re: DataBase connection pooling.

2002-12-16 Thread echambe1
Andoni: Tomcat 4.1.x uses the Database Connection Pool from the Apache Commons Project. by default, meaning it is also shipped with it. This is what I have been using and have not come across any problems that effect the web applications I develop. Thanks, Ej Andoni [EMAIL PROTECTED] on

Re: DataBase connection pooling.

2002-12-16 Thread Mauro Brändle
I use the connection pool that comes with Tomcat 4.1.12 to connect my servlets to an IBM DB2 7.1 database and apart an initial problem in configuring Tomcat all works fine. Greetings Mauro Brändle Andoni wrote: Hello, Do you all write your own connection pooling code or is there some open

RE: Database connection Pooling and other questions

2002-01-16 Thread Sanjay Chopra
Gerry Have you had a look at: http://jakarta.apache.org/tomcat/tomcat-4.0-doc/jndi-resources-howto.html Tyrex and all... I think this should help, unless I am missing something completely.. cheers Sanjay -Original Message- From: Gerry Duhig [mailto:[EMAIL PROTECTED]] Sent:

Re: Database connection pooling

2000-12-12 Thread Dave Smith
The bitmechanic connection pool is excellent. Easy to use and free, opensource. What more does anyone want? Dave - Original Message - From: "Edson Carlos Ericksson Richter" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, December 12, 2000 3:12 PM Subject: RES: Database

Re: Database connection pooling with tomcat

2000-11-22 Thread Julio Serje (@canada.com)
- Original Message - From: Kaushal Patel [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, November 22, 2000 10:46 AM Subject: Database connection pooling with tomcat Question What is the best way to do connection pooling to multiple oracle database with

Re: Database connection pooling with tomcat

2000-11-22 Thread Julio Serje (@canada.com)
Hi, Kaushal, I haven't used that specific conn pool, but looks like that you are having a CLASSPATH problem. - first, make sure that your drivers (and your poolmanager jars) are available using the global classpath of Tomcat. You'll have to modify startup.sh in order to include them in the

Re: Database connection pooling with tomcat

2000-11-22 Thread Daniel Leong
What am I missing any help would be appreciated !! Question 1 Has anyone got this working ? Yep Question 2 What is the best way to do connection pooling with tomcat ? *shrug* I use PoolMan 1.4 too. P.S. I tired running the test PoolMan.jsp util page they provide and got this below

Re: Database connection pooling with tomcat

2000-11-22 Thread Mike Tinnes
is that PoolMan preloads all the configured databases even though you may never use them. -- Mike - Original Message - From: "Julio Serje (@canada.com)" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, November 22, 2000 11:50 AM Subject: Re: Database connection pooling w