首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 服务器 > 应用服务器 >

Tomcat4.1 Cannot load JDBC driver class 'null'有关问题

2012-02-02 
Tomcat4.1 Cannot load JDBC driver class null问题JDK1.4Tomcat4.1我在tomcat目录的common/lib下放了那

Tomcat4.1 Cannot load JDBC driver class 'null'问题
JDK1.4
Tomcat4.1

我在tomcat目录的common/lib下放了那3个包

server.xml文件作了一个映射
/xindun   ->   E:/Webgis/webgis

webgis的web.xml设定了
  <resource-ref>
        <description> UserDatabase </description>
        <res-ref-name> jdbc/bn </res-ref-name>
        <res-type> javax.sql.DataSource </res-type>
        <res-auth> Container </res-auth>
    </resource-ref>

一运行就报
Cannot   load   JDBC   driver   class   'null '


还有   用jsp连接数据源就没问题
bean里面就有问题   这是为什么阿

[解决办法]
帮你顶

热点排行