原文:Name jdbc is not bound in this Context

简介 今天接手中行一个交通罚款web工程时,从svn同步下来后,,启动竟然报找不到数据源错误,本来以为很简单解决找了两个小时,现在记录下来。 Exception: Name jdbc is not bound in this Context 这个错误网络上一大堆。 WEB INF里的web.xml文件中没有以下配置或者是配置错误: 我们在Tomcat安装文件中找到 conf context文件并打 ...

2017-01-05 00:03 0 16022 推荐指数:

查看详情

javax.naming.NameNotFoundException:Name[ XXX] is not bound in this context.

在用局部数据源去连数据库的时候,在本地的项目中,都是可以的,可是一部署到服务器上,就报错了。 报的错误是:javax.naming.NameNotFoundException:Name[ XXX] is not bound in this context. 查了下解决方案:在项目 ...

Sun Nov 09 05:33:00 CST 2014 0 12129
 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM