RE: JDBC Datasource problem

2002-12-14 Thread Chandolu, Yuva
OK, I got out of the "org.apache.jasper.JasperException: Cannot create resource instance" problem. I had copied the DBCP and Pool zip files to commons\lib folder and renamed them to .jar files. But the zip files have the actual jars inside, I extracted them and copied to commons\lib folder. But n

RE: JDBC Datasource problem

2002-12-16 Thread Eddie Liang
Yuva, I guess that your database server is Oracle. If that is the case, try to change " javax.sql.DataSource" to " oracle.jdbc.pool.OracleConnectionCacheImpl" in server.xml and web.xml. Eddie Liang Database Architect Phone: 630-810-9669 x253 -Original Message- From: Chandolu, Yuva [m

RE: JDBC Datasource problem - please help me

2002-12-17 Thread Chandolu, Yuva
ginal Message- From: Eddie Liang [mailto:[EMAIL PROTECTED]] Sent: Monday, December 16, 2002 11:01 AM To: 'Tomcat Users List' Subject: RE: JDBC Datasource problem Yuva, I guess that your database server is Oracle. If that is the case, try to change " javax.sql.DataSource&quo