You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by "nagesh.kumar" <na...@interglobetechnologies.com> on 2006/12/04 05:12:54 UTC

Cannot create JDBC driver of class '' for connect URL 'null'

Hi iam working on jakarta-tomcat-5.5.9

iam trying to read DATASOuRCE configured from the server.xml  as defined in
the http://tomcat.apache.org/tomcat-5.5-doc/jndi-resources-howto.html

But iam getting this same error message on console iam strucked please help
me Thanks in ADVANCE.

DEBUG  org.apache.tomcat.dbcp.dbcp.SQLNestedException: Cannot create JDBC
driver of class '' for connect URL 'null'



<Context path="/myapp" docBase="myapp"
        debug="5" reloadable="true" crossContext="true">


debug="5" reloadable="true" crossContext="true">

<Resource name="jdbc/ORAdb" auth="Container"
              type="javax.sql.DataSource"/>

<ResourceParams name="jdbc/ORAdb">
  <parameter>
    <name>factory</name>
    <value>org.apache.commons.dbcp.BasicDataSourceFactory</value>
  </parameter>
.......

</ResourceParams>

Thanks
Nagesh




---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org