In weblogic.properties, add the two lines to your poolconnection to force
Weblogic to automatically refresh you pool connection every XX minutes. We
use 30 minutes.  Good if a server goes down.

weblogic.jdbc.connectionPool.yourPoolConn=\

       refreshTestMinutes=30,\
       testTable=someTable,\

Under Weblogic 6.1, this can be done using the Console GUI.  You want to
avoid doing this via coding, and let the application server take care
of its pool of connetions.


| 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

Reply via email to