Tomcat 5.5我的应用程序的连接字符串在哪里?

时间:2016-07-20 09:18:43

标签: tomcat jdbc datasource

在我的应用程序的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的连接字符串?

0 个答案:

没有答案