为了账号安全,请及时绑定邮箱和手机立即绑定

配置jndi一直报配置错误 Name local is not bound in this Context

配置jndi一直报配置错误 Name local is not bound in this Context

吃爱菜 2016-11-08 14:03:38
这里是tomcat conf  context配置<Resource name="jdbc/DBPoo" auth="Container" type="javax.sql.DataSource" driverClassName="com.mysql.jdbc.Driver"  url="jdbc:mysql://localhost:3306/tarena"username="cai" password="chiaicai123" maxActive="20" maxIdle="10" maxWait="10000"/>这里是web.xml配置<?xml version="1.0" encoding="UTF-8"?><xml-body>  <welcome-file-list>    <welcome-file>index.jsp</welcome-file>  </welcome-file-list><resource-ref><res-ref-name> jdbc/DBPool</res-ref-name><res-type>javax.sql.DataSource</res-type><res-auth>Container</res-auth><res-sharing-scope>Shareable</res-sharing-scope></resource-ref></xml-body>
查看完整描述

1 回答

?
我的南方

TA贡献63条经验 获得超27个赞

web容器找不到该资源的JNDI的命名,仔细检查下配置

查看完整回答
反对 回复 2016-12-06
  • 1 回答
  • 0 关注
  • 2445 浏览
慕课专栏
更多

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信