RE: DataSource.getConnection() hangs

2003-02-07 Thread Maris Orbidans
I solved it too. But it seems that mine problem was caused by empty pool validation query string. thanx Maris -Original Message- From: Sean Dockery [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 05, 2003 7:27 PM To: Tomcat Users List Subject: RE: DataSource.getConnection()

RE: DataSource.getConnection() hangs

2003-02-05 Thread Maris Orbidans
/resource-ref == In web.xml of your application. See too http://jakarta.apache.org/tomcat/tomcat-4.1-doc/jndi-datasourc e-examples-how to.html Ok. - Original Message - From: Maris Orbidans [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Monday, February 03

DataSource.getConnection() hangs

2003-02-03 Thread Maris Orbidans
ok, I configured data source, wrote those lines you can see below in server.xml, inside Context tag. Now Tomcat just hangs, when I call DataSource method getConnection. I use Tomcat 4.1.18 has anybody experienced this ? Maris Orbidans ResourceParams name=jdbc/BooksDB

Cannot load JDBC driver class 'null'

2003-01-30 Thread Maris Orbidans
an exception: org.apache.jasper.JasperException: Exception retrieving attribute 'driverClassName' so... I there any known solution ? Maris Orbidans www.datapro.lv - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands

RE: Cannot load JDBC driver class 'null'

2003-01-30 Thread Maris Orbidans
-Original Message- From: Maris Orbidans [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 30, 2003 11:03 AM To: Tomcat Users List Subject: Cannot load JDBC driver class 'null' hello I have run into that problem too, I defined a datasource and put driver and common/lib and defined