首页 > 代码库 > javax.naming.NameNotFoundException:Name[ XXX] is not bound in this context.
javax.naming.NameNotFoundException:Name[ XXX] is not bound in this context.
在用局部数据源去连数据库的时候,在本地的项目中,都是可以的,可是一部署到服务器上,就报错了。
报的错误是:javax.naming.NameNotFoundException:Name[ XXX] is not bound in this context.
查了下解决方案:在项目的web.xml中加入下面的代码
<resource-ref> <description>DB Connection</description> <res-ref-name>zjut_echarts</res-ref-name> <res-type>javax.sql.DataSource</res-type> <res-auth>Container</res-auth> </resource-ref>
加入以后呢,这个错误是消失了,但是又来了一个新的错误。
怎么办,好呢?目前的解决方案是:C:\apache-tomcat-7.0.37\conf目录下面的context.xml删掉,把我们项目中的META-INF目录下的context.xml文件复制到C:\apache-tomcat-7.0.37\conf目录下
javax.naming.NameNotFoundException:Name[ XXX] is not bound in this context.
声明:以上内容来自用户投稿及互联网公开渠道收集整理发布,本网站不拥有所有权,未作人工编辑处理,也不承担相关法律责任,若内容有误或涉及侵权可进行投诉: 投诉/举报 工作人员会在5个工作日内联系你,一经查实,本站将立刻删除涉嫌侵权内容。