I just had another thought about this, where do you have the jdbc driver jars? You may also need a copy of the driver jars in the common/lib directory in order for the container to see it at start up time. The stack trace indicates that it not able to find the jdbc driver class.
HTH Liem ----- Original Message ----- From: "Chris Ward" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Thursday, November 27, 2003 1:09 AM Subject: RE: Intermittent failures using DataSources > > I'm not sure if it makes a difference but try putting the > ResourceLinks before the Realm definition in server.xml. > > > > Liem > > > > Thanks for the suggestion Liem - doesn't seem to make any > difference. I'm still getting the same response in > my browesr... > > > org.apache.jasper.JasperException: Unable to get connection, DataSource > invalid: "Cannot load JDBC driver class 'null'" > at > org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.ja > va:254) > at > org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:295) > > Any further suggestions would be great. > > Best regards > Chris > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
