You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

27 lines
764 B

<?xml version="1.0" encoding="UTF-8"?>
<Context>
<Resource name="jndi/mysql1"
auth="Container"
type="javax.sql.DataSource"
factory="org.objectweb.jndi.DataSourceFactory"
username="root"
password="123456"
driverClassName="com.mysql.jdbc.Driver"
url="jdbc:mysql://127.0.0.1:3306/TestDb"
maxActive="30"
maxIdle="30"
/>
<Resource name="jndi/mysql2"
auth="Container"
type="javax.sql.DataSource"
factory="org.objectweb.jndi.DataSourceFactory"
username="root"
password="123456"
driverClassName="com.mysql.jdbc.Driver"
url="jdbc:mysql://127.16.129.197:3306/TestDb"
maxActive="30"
maxIdle="30"
/>
</Context>