RE: Tomcat infinitely waits for connection!

2002-12-20 Thread Chandolu, Yuva
OK, I got it now, if we have maxWait<=0, tomact waits until a connection is realeased by some other process. -Original Message- From: Chandolu, Yuva [mailto:[EMAIL PROTECTED]] Sent: Thursday, December 19, 2002 7:05 PM To: [EMAIL PROTECTED] Subject: Tomcat infinitely waits for connect

Tomcat infinitely waits for connection!

2002-12-19 Thread Chandolu, Yuva
Hi, I have installed Tomcat 4.1.17, JDK 1.4.1. I have apache collections 2.0, pool 1.0, dbcp1.0 jars and Oracle's classes12.jar in common\lib. I have the following config for my connection pool factory org.apache.commons.dbcp.BasicDataSourceFactory driverClassName orac

RE: JDBC Datasource problem - please help me

2002-12-17 Thread Chandolu, Yuva
Hi, I still have the "Cannot load JDBC driver class 'null'" problem :-(. I have decompiled the org.apache.commons.dbcp.BasicDataSource class, put debug and compiled it, and noticed that driverClassName is coming as null, and the function setDriverClassName() is never called, but in the logs I see

Cannot load JDBC driver class 'null'

2002-12-15 Thread Chandolu, Yuva
Hi, I get the error "org.apache.jasper.JasperException: Cannot load JDBC driver class 'null'". What is this and how can I proceed from here? I have Tomcat 4.1.12, JDK1.4.1 installed and have DBCP 1.0, Pool 1.0, Collections 2.0, and Oracle's jdbc driver classes12.jar(classes12.zip renamed to .jar)

RE: JDBC Datasource problem

2002-12-14 Thread Chandolu, Yuva
mmons\lib folder. Thanks Yuva -----Original Message- From: Chandolu, Yuva [mailto:[EMAIL PROTECTED]] Sent: Saturday, December 14, 2002 4:21 PM To: [EMAIL PROTECTED] Subject: JDBC Datasource problem Hi, I am getting "org.apache.jasper.JasperException: Cannot create resource instance" whe

JDBC Datasource problem

2002-12-14 Thread Chandolu, Yuva
Hi, I am getting "org.apache.jasper.JasperException: Cannot create resource instance" when I am trying to get connection from the DBCP pool. the jsp code I wrote is... = Context initCtx = new InitialContext(); Context envCtx = (Context) initCtx.lookup("