Java web项目中tomcat中配置jndi数据源配置失败

<Context path="/test" docBase="test"
debug="5" reloadable="true" crossContext="true">
<Resource name="jdbc/test" auth="Container" type="javax.sql.DataSource"
maxActive="100" maxIdle="30" maxWait="10000"
username="javauser" password="javadude" driverClassName="net.sourceforge.jtds.jdbc.Driver"
url="jdbc:jtds:sqlserver://localhost/pubs"/>
</Context>

//localhost/pubs
替换成完整的tns看看
温馨提示:答案为网友推荐,仅供参考
第1个回答  2015-09-07
WEB.xml中,也要配置使用的追问

项目中 的web.xml已经配置了

相似回答