problem exception in Tomcat 5.0.19

2004-03-09 Thread Carlos Alberto Peláez Ayala
I found this problem in my portal.log file. Something can tell me how i can solve this ?. Thanks. EXCEPTION: org.apache.commons.dbcp.SQLNestedException: Cannot create JDBC dri ver of class '' for connect URL 'null', cause: No suitable driver org.apache.commons.dbcp.SQLNestedException: Cannot

RE: problem exception in Tomcat 5.0.19

2004-03-09 Thread Shapira, Yoav
: Tuesday, March 09, 2004 10:13 AM To: [EMAIL PROTECTED] Subject: problem exception in Tomcat 5.0.19 I found this problem in my portal.log file. Something can tell me how i can solve this ?. Thanks. EXCEPTION: org.apache.commons.dbcp.SQLNestedException: Cannot create JDBC dri ver of class '' for connect

RE: problem exception in Tomcat 5.0.19

2004-03-09 Thread Hofmann, Benjamin
You need to manually create a context in the server.xml and add the datasource resources to it. Ben -Original Message- From: Carlos Alberto Peláez Ayala [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 09, 2004 9:13 AM To: [EMAIL PROTECTED] Subject: problem exception in Tomcat 5.0.19 I

RE: problem exception in Tomcat 5.0.19

2004-03-09 Thread Carlos Alberto Peláez Ayala
] Enviado el: martes, 09 de marzo de 2004 10:22 Para: 'Tomcat Users List' Asunto: RE: problem exception in Tomcat 5.0.19 You need to manually create a context in the server.xml and add the datasource resources to it. Ben -Original Message- From: Carlos Alberto Peláez Ayala [mailto:[EMAIL

RE: problem exception in Tomcat 5.0.19

2004-03-09 Thread Hofmann, Benjamin
- From: Carlos Alberto Peláez Ayala [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 09, 2004 10:02 AM To: Tomcat Users List Subject: RE: problem exception in Tomcat 5.0.19 Dear Ben, Thanks for help me. You can give me some example of how create this context in the server.xml. I can not see