In the WEblogic.properties file:

weblogic.jdbc.connectionPool.p2gPool=\
       url=jdbc:weblogic:oracle,\
       driver=weblogic.jdbc.oci.Driver,\
       loginDelaySecs=1,\
       initialCapacity=4,\
       maxCapacity=10,\
       capacityIncrement=2,\
       allowShrinking=true,\
       shrinkPeriodMins=15,\
       refreshMinutes=10,\
       testTable=dual,\
       props=user=SCOTT;password=tiger;server=;

weblogic.allow.reserve.weblogic.jdbc.connectionPool.p2gPool=scott

In the Java Server Page:

Class.forName ("weblogic.jdbc.pool.Driver");
Connection conn = DriverManager.getConnection("jdbc:weblogic:pool:p2gPool");

I am not able to connect DB with JSP through Connection Pooling. Any body
who has connected JSP with Oracle8 using connection pooling. Plaese send me
few lines. It is neccesary and urgent.
I poted the same problem earlier, I have tried suggestions.. Please Give me
somthing which will solve my purpose.
Thank you.
Regards to all.
_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com

===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff EJB-INTEREST".  For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".

Reply via email to