Re: Tomcat Connection Pooling Question

2002-10-27 Thread p200002
try -1 - Original Message - From: Nicholas Orr [EMAIL PROTECTED] To: Tomcat Mailing List [EMAIL PROTECTED] Sent: Sunday, October 27, 2002 7:39 PM Subject: Tomcat Connection Pooling Question Hi, Is there a way to make the maxWait to just wait till there is an available connection??

RE: Tomcat Connection Pooling

2002-10-22 Thread Steltner, Jorn HTC/DE/ESS
Have a look at http://jakarta.apache.org/tomcat/tomcat-4.1-doc/jndi-datasource-examples-how to.html -Original Message- From: Lior Shliechkorn [mailto:liorshliech;yahoo.com] Sent: Dienstag, 22. Oktober 2002 16:55 To: Tomcat Subject: Tomcat Connection Pooling Can someone please send me a

RE: Tomcat Connection Pooling

2002-10-22 Thread Lior Shliechkorn
Is this feature is not available for tomcat 4.0.5? Steltner, Jorn HTC/DE/ESS [EMAIL PROTECTED] wrote:Have a look at http://jakarta.apache.org/tomcat/tomcat-4.1-doc/jndi-datasource-examples-how to.html -Original Message- From: Lior Shliechkorn [mailto:liorshliech;yahoo.com] Sent:

Re: Tomcat Connection Pooling

2002-10-22 Thread Kwok Peng Tuck
It is available. Lior Shliechkorn wrote: Is this feature is not available for tomcat 4.0.5? Steltner, Jorn HTC/DE/ESS [EMAIL PROTECTED] wrote:Have a look at http://jakarta.apache.org/tomcat/tomcat-4.1-doc/jndi-datasource-examples-how to.html -Original Message- From: Lior Shliechkorn

RE: Tomcat Connection Pooling

2002-10-22 Thread garrett smith
It's on the tomcat page under documentation. click on tomcat 4.0 here: http://jakarta.apache.org/tomcat/tomcat-4.0-doc/index.html It's basically the same, but you have to download all the jars, so more work to set up. --- Lior Shliechkorn [EMAIL PROTECTED] wrote: Is this feature is not

Re: Tomcat Connection Pooling

2002-10-18 Thread achana
Hi. I am a bit puzzled. I have been writing JAVA codes to set sup a pool of physical Oracle connections which can be recycled, so conceivably, 20+ users can share 10 connections. Now I keep reading messages that one can set up pooling in Tomcat. How efficient is this in terms of recycling physical

Re: Tomcat Connection Pooling

2002-10-18 Thread Leo Przybylski
If you are using multiple databases, I believe you have to set up multiple Resources (one for each database). However, you do not have to specify a username/password. When you retrieve your DataSource from the java:comp/env namespace, you can use getConnection( username, password). If you don't

Re: Tomcat Connection Pooling

2002-10-18 Thread Mark Lenz
When I try that, I get a java.lang.UnsupportedOperationException at org.apache.commons.dbcp.PoolingDataSource.getConnection(PoolingDataSource.java:125) at org.apache.commons.dbcp.BasicDataSource.getConnection(BasicDataSource.java:329) ... It's thrown during the

Re: Tomcat Connection Pooling

2002-10-18 Thread echambe1
is not for you. Hope this helps, Ej Mark Lenz [EMAIL PROTECTED] on 10/18/2002 12:46:23 PM Please respond to Tomcat Users List [EMAIL PROTECTED] To:[EMAIL PROTECTED] cc: Subject:Re: Tomcat Connection Pooling When I try that, I get a java.lang.UnsupportedOperationException

RE: Tomcat Connection pooling

2002-09-23 Thread Turner, John
Check your message list threads. I already replied to this post this morning! Perhaps others have as well. John -Original Message- From: Amitabh Dubey [mailto:[EMAIL PROTECTED]] Sent: Monday, September 23, 2002 10:33 AM To: Tomcat Subject: Tomcat Connection pooling Hello

RE: Tomcat Connection pooling

2002-09-23 Thread Amitabh Dubey
, September 23, 2002 9:37 AM To: 'Tomcat Users List' Subject: RE: Tomcat Connection pooling Check your message list threads. I already replied to this post this morning! Perhaps others have as well. John -Original Message- From: Amitabh Dubey [mailto:[EMAIL PROTECTED]] Sent: Monday

RE: Tomcat Connection pooling

2002-09-23 Thread Turner, John
, September 23, 2002 10:39 AM To: Tomcat Users List Subject: RE: Tomcat Connection pooling John, you are the only one who replied, and hence i took your advice and changed my subject and am reposting it. hopefully someone with an actual example of pooling with sql server can help me. Amitabh

RE: Tomcat Connection pooling

2002-09-23 Thread Amitabh Dubey
-Original Message- From: Turner, John [mailto:[EMAIL PROTECTED]] Sent: Monday, September 23, 2002 9:43 AM To: 'Tomcat Users List' Subject: RE: Tomcat Connection pooling I guess some advice is better than none. Have you checked out the Jakarta Commons DBCP pooling solution like I

RE: Tomcat Connection pooling

2002-09-23 Thread Barney Hamish
' Subject: RE: Tomcat Connection pooling I guess some advice is better than none. Have you checked out the Jakarta Commons DBCP pooling solution like I recommended? Here's a link to how it was done with MySQL: http://marc.theaimsgroup.com/?l=tomcat-userm=102225547106556w=2 Have you checked

RE: Tomcat Connection pooling

2002-09-23 Thread Amitabh Dubey
If DBCP is a problem, then do you have a working example of how i can use it with PoolMan? Amitabh -Original Message- From: Barney Hamish [mailto:[EMAIL PROTECTED]] Sent: Monday, September 23, 2002 9:50 AM To: 'Tomcat Users List' Subject: RE: Tomcat Connection pooling Be careful

RE: Tomcat Connection pooling

2002-09-23 Thread Turner, John
I suggest the list archives. Connection pooling with Oracle has been covered quite a bit in the last 3-4 months. John -Original Message- From: Amitabh Dubey [mailto:[EMAIL PROTECTED]] Sent: Monday, September 23, 2002 10:47 AM To: Tomcat Users List Subject: RE: Tomcat Connection

RE: Tomcat Connection pooling

2002-09-23 Thread Barney Hamish
pooling If DBCP is a problem, then do you have a working example of how i can use it with PoolMan? Amitabh -Original Message- From: Barney Hamish [mailto:[EMAIL PROTECTED]] Sent: Monday, September 23, 2002 9:50 AM To: 'Tomcat Users List' Subject: RE: Tomcat Connection pooling