有沒有辦法取得所有的資料來源

chinahero發表於2004-07-22
取到resin或tomcat在resin.conf或server.xml中用
例如:
<database>
<jndi-name>jdbc/mysql</jndi-name>
<driver type="org.gjt.mm.mysql.Driver">
<url>jdbc:mysql://localhost:3306/test</url>
<user></user>
<password></password>
</driver>
<prepared-statement-cache-size>8</prepared-statement-cache-size>
<max-connections>20</max-connections>
<max-idle-time>30s</max-idle-time>
</database>

定義的所有資料來源

相關文章