请高手帮忙解决一下javax.naming.NameNotFoundException: 30
context.xml中配置是<Resoursename="jdbc/oracleds"auth="Container"type="javax.sql.DataSourc...
context.xml中配置是
<Resourse name="jdbc/oracleds" auth="Container" type="javax.sql.DataSource"
maxActive="100" maxIdle="30" maxWait="10000"
username="zhoucong" password="zhoucong"
driveClassName="oracle.jdbc.OracleDriver"
url="jdbc:oracle:thin:@192.168.1.2:2030:ora9"/>
程序中是:
Context cx = new InitialContext();
DataSource ds = (DataSource)cx.lookup("java:comp/env/jdbc/oracleds");
QueryRunner qr = new QueryRunner(ds);
qr.update(sql, params);
出现的问题是:
javax.naming.NameNotFoundException: Name oracleds is not bound in this Context
求解决,谢谢 展开
<Resourse name="jdbc/oracleds" auth="Container" type="javax.sql.DataSource"
maxActive="100" maxIdle="30" maxWait="10000"
username="zhoucong" password="zhoucong"
driveClassName="oracle.jdbc.OracleDriver"
url="jdbc:oracle:thin:@192.168.1.2:2030:ora9"/>
程序中是:
Context cx = new InitialContext();
DataSource ds = (DataSource)cx.lookup("java:comp/env/jdbc/oracleds");
QueryRunner qr = new QueryRunner(ds);
qr.update(sql, params);
出现的问题是:
javax.naming.NameNotFoundException: Name oracleds is not bound in this Context
求解决,谢谢 展开
3个回答
展开全部
参考资料: Javax.servlet 错误信息
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
我建议你直接去问计算机专业的人
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询