- 浏览: 335474 次
- 性别:
- 来自: 沈阳
-
最新评论
-
ahkoun:
楼主棒棒哒,下载后可以直接运行
使用 RestEasy 和 Apache Tomcat 构建 RESTful Web 服务 -
520920:
真的可以了,很棒!
java.lang.Exception: DEBUG -- CLOSE BY CLIENT STACK TRACE -
Yellow013:
不错的例子。
使用 RestEasy 和 Apache Tomcat 构建 RESTful Web 服务 -
huahoucun:
passwd = null; env.put(Context. ...
JAVA 实现AD验证 -
来迟了:
http://www.smschinese.cn/api.sh ...
JAVA发送手机短信
文章列表
启动tomcat6的时候,报错误信息:
Cannot create JDBC driver of class '' for connect URL 'null'
这个是比较常见的问题
下面说说我的解决方式:
(1)检查你的driverClassName="com.mysql.jdbc.Driver"一定要改成这种方式.
(2)修改你的D:\Program Files\Tomcat 6.0\conf\context.xml文件.
文件内容为:
<Context reloadable="true"> <Watche ...