[FIELDSET][LEGEND]引自:1楼[/LEGEND]
读者您好:请看一下您的配置文件中URL是否正确。
[/FIELDSET]
回复:
项目里面的WEB.xml的配置都正确!Tomcat 6.0 下面的context.xml配置如下
<Context path="/net" docBase="net" reloadable="true" corssContext="true">
<Resource name="jdbc/ConnectionPool" auth="Container" type="javax.sql.DataSource"/>
maxActive="20"
maxIdle="5"
maxWait="10000"
username="sa"
password=""
driverClassName="com.microsoft.jdbc.sqlserver.SQLServerDriver"
url="jdbc:microsoft:sqlserver://localhost:1433;databasename=db_net"/>
</Context>
而且数据库JAR包都已经复制到项目下的LIB文件夹和tomcat 下的LIB文件下了!还是报这个错误
org.apache.tomcat.dbcp.dbcp.SQLNestedException: Cannot create JDBC driver of class '' for connect URL 'null'