Re: Weblogic Connection Pooling !! (Urgent)

2001-08-13 Thread Walter Meyer
You don't really explain the problem you're having, but if the connection pool if filling up, you should make sure that you're closing database connections in your code. Abhishek Vishwakarma <[EMAIL PROTECTED]> wrote: > Placed At : > > > > Hi a

Weblogic Connection Pooling !! (Urgent)

2001-08-13 Thread Abhishek Vishwakarma
Placed At : Hi all, Can anybody plz. tell me how to clean up the database connections from Weblogic Connection Pooling pools. Is there any API for cleaning or re-initailizing the connection pool. thankx and regards, Abhishek ! ==

Re: connection pooling ---urgent!!!

2000-08-23 Thread Kunal Shah
We are using connection pooling from java servlets by karl moss. Purak - Original Message - From: hua ge <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, August 21, 2000 9:32 PM Subject: connection pooling ---urgent!!! | Hi, | we are using connection pooling to co

Re: connection pooling ---urgent!!!

2000-08-21 Thread Vinod
t i=0; imailto:[EMAIL PROTECTED]] Sent: Monday, August 21, 2000 9:33 PM To: [EMAIL PROTECTED] Subject: connection pooling ---urgent!!! Hi, we are using connection pooling to connect to the Oracle DB from jsp/servlets. the codes we are using is comming from oreilly, it works fine for a while,

Re: connection pooling ---urgent!!!

2000-08-21 Thread Loni & Bharat Nagwani
We are using dbconnection broker and it works great. www.javaexchange.com - Original Message - From: hua ge <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, August 21, 2000 9:02 AM Subject: connection pooling ---urgent!!! > Hi, > we are using connection poo

Re: connection pooling ---urgent!!!

2000-08-21 Thread Tarik Makota
Why not use App Server that supports ConPooling??? Much easier and more efficient - Original Message - From: hua ge <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, August 21, 2000 12:02 PM Subject: connection pooling ---urgent!!! > Hi, > we are using con

Re: connection pooling ---urgent!!!

2000-08-21 Thread JSP Insider
IL PROTECTED]> >To: [EMAIL PROTECTED] >Subject: connection pooling ---urgent!!! >Date: Mon, 21 Aug 2000 16:02:44 GMT > >Hi, >we are using connection pooling to connect to the Oracle DB from >jsp/servlets. the codes we are using is comming from oreilly, it works fine >for a

connection pooling ---urgent!!!

2000-08-21 Thread hua ge
Hi, we are using connection pooling to connect to the Oracle DB from jsp/servlets. the codes we are using is comming from oreilly, it works fine for a while, but somehow, it has problem now. some connection will not be created. we been debugging the code, but did not help. is someone using the co