1.这个异常是因为web.xml中res-ref-name与tomcat中(server.xml或者[yourapp]/META-INF/context.xml)配置的jndi名称不一样,当然,包括拼写错误,或者根本没找到tomcat中配置的此数据源。你可以在server.xml中配置一下Context节点看看是不是ok。
2.tomcat必须是5.5版本以上才支持context.xml配置文件,确认你部署war包的tomcat版本,最好为6.
3.如果部署环境是linux,或者unix,context.xml必须为小写文件名。windows大小写没有影响。
相关文章
- Eclipse使用连接池时出现错误,Cannot create JDBC driver of class '' for connect URL 'null'和 Name jdbc is not bound in this Context
- 异常:Caused by: org.apache.tomcat.dbcp.dbcp.SQLNestedException: Cannot create JDBC driver of class '' for connect URL 'null'--解决方法
- Cannot create JDBC driver of class '' for connect URL 'null' 的解决办法
- tomcat6连接池出现Cannot create JDBC driver of class '' for connect URL 'null'
- 如何配置tomcat数据源以及Cannot create JDBC driver of class '' for connect URL 'null'
- JNDI数据源局部配置(解决Cannot create JDBC driver of class '' for connect URL 'null')