Abhishek:
I think your question is how to remove the connections from the pool. So
many ways to do it. From Admin/Consol, command line, API etc. Some of the
APIs are mentioned below.
weblogic.jdbc.common.Pool.shutdownSoft()
weblogic.jdbc.common.Pool.shutdownHard()
weblogic.jdbc.common.Pool.shrink() (this will work if the min
connection=0)
weblogic.jdbc.common.JdbcServicesDef.resetPool(java.lang.String
poolName)
More details on the url
http://www.weblogic.com/docs51/classdocs/conn_pools.html
Thanks
Balaji
-----Original Message-----
From: Dan Bachelder [mailto:[EMAIL PROTECTED]]
Sent: Monday, August 13, 2001 11:18 AM
To: [EMAIL PROTECTED]
Subject: Re: Weblogic Connection Pooling !! (Urgent)
It should just happen... when you do a .close() on your Connection...
We've never had to do anything special...
On Mon, 13 August 2001, Abhishek Vishwakarma wrote:
>
> 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 !
>
>
___________________________________________________________________________
> To unsubscribe, send email to [EMAIL PROTECTED] and include in the
body
> of the message "signoff SERVLET-INTEREST".
>
> Archives: http://archives.java.sun.com/archives/servlet-interest.html
> Resources: http://java.sun.com/products/servlet/external-resources.html
> LISTSERV Help: http://www.lsoft.com/manuals/user/user.html
___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".
Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html
___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".
Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html