数据库连接池会报Cannot create JDBC driver of class '' for connect URL 'null'错误啊
为什么我配置数据库连接池会报CannotcreateJDBCdriverofclass''forconnectURL'null'错误啊?跪求各位详细解答............
为什么我配置数据库连接池会报Cannot create JDBC driver of class '' for connect URL 'null'错误啊?跪求各位详细解答..............网上各种方法都查过了。
我的context.xml为:
<?xml version="1.0" encoding="UTF-8" ?>
<Context docBase="ConnectionDBPoolDemo" path="/ConnectionDBPoolDemo" reloadable="true">
<WatchedResource>WEB-INF/web.xml</WatchedResource>
<Resource name="jdbc/sqlserver" auth="Container" type="javax.sql.DataSource"
maxActive="100" maxIdle="30" maxWait="10000"
username="sa" password="********" driverClassName="com.microsoft.jdbc.sqlserver.SQLServerDriver"
url="jdbc:microsoft:sqlserver://localhost:1433;DatabaseName=book" />
</Context>
我的web.xml为:
<?xml version="1.0" encoding="UTF-8"?>
<web-app xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://java.sun.com/xml/ns/javaee" xmlns:web="http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd" xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd" id="WebApp_ID" version="2.5">
<display-name>ConnectionDBPoolDemo</display-name>
<welcome-file-list>
<welcome-file>index.html</welcome-file>
<welcome-file>index.htm</welcome-file>
<welcome-file>index.jsp</welcome-file>
<welcome-file>default.html</welcome-file>
<welcome-file>default.htm</welcome-file>
<welcome-file>default.jsp</welcome-file>
</welcome-file-list>
<resource-ref>
<description>SQL Server Datasource</description>
<res-ref-name>jdbc/sqlserver</res-ref-name>
<res-type>javax.sql.DataSource</res-type>
<res-auth>Container</res-auth>
</resource-ref>
</web-app>
我的JAR包也放在了项目的lib下以及tomcat的项目下,但是报错啊。Cannot create JDBC driver of class '' for connect URL 'null'
我说错了,我的jar包是放在了tomcat6.0的lib包下 展开
我的context.xml为:
<?xml version="1.0" encoding="UTF-8" ?>
<Context docBase="ConnectionDBPoolDemo" path="/ConnectionDBPoolDemo" reloadable="true">
<WatchedResource>WEB-INF/web.xml</WatchedResource>
<Resource name="jdbc/sqlserver" auth="Container" type="javax.sql.DataSource"
maxActive="100" maxIdle="30" maxWait="10000"
username="sa" password="********" driverClassName="com.microsoft.jdbc.sqlserver.SQLServerDriver"
url="jdbc:microsoft:sqlserver://localhost:1433;DatabaseName=book" />
</Context>
我的web.xml为:
<?xml version="1.0" encoding="UTF-8"?>
<web-app xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://java.sun.com/xml/ns/javaee" xmlns:web="http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd" xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd" id="WebApp_ID" version="2.5">
<display-name>ConnectionDBPoolDemo</display-name>
<welcome-file-list>
<welcome-file>index.html</welcome-file>
<welcome-file>index.htm</welcome-file>
<welcome-file>index.jsp</welcome-file>
<welcome-file>default.html</welcome-file>
<welcome-file>default.htm</welcome-file>
<welcome-file>default.jsp</welcome-file>
</welcome-file-list>
<resource-ref>
<description>SQL Server Datasource</description>
<res-ref-name>jdbc/sqlserver</res-ref-name>
<res-type>javax.sql.DataSource</res-type>
<res-auth>Container</res-auth>
</resource-ref>
</web-app>
我的JAR包也放在了项目的lib下以及tomcat的项目下,但是报错啊。Cannot create JDBC driver of class '' for connect URL 'null'
我说错了,我的jar包是放在了tomcat6.0的lib包下 展开
展开全部
从现象上来看,是你数据库配置没找到连接url。查一下jndi在程序里配的名字是不是jdbc/sqlserver
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
jar包不是放在tomcat项目下面,是放在tomcat(5.0)的common文件夹的lib下面tomcat6.0的直接放在lib下面
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
我的也是这问题,能不能把你的正确的发给一份,非常感谢!!!!
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询