在我的应用程序的web.inf中
<resource-ref>
<description></description>
<res-ref-name>jdbc/myDS</res-ref-name>
<res-type>javax.sql.DataSource</res-type>
<res-auth>Container</res-auth>
<res-sharing-scope>Shareable</res-sharing-scope>
</resource-ref>
我想知道jdbc / myDS指向哪里。 我检查了Tomcat 5.5 \ conf \ server.xml但我没有看到任何对它的引用。 我在哪里可以找到jdbc / myDS的连接字符串?