Scott Sutherland 152fbaf058
Added sample target files.
Added sample target files.
2024-09-23 10:26:38 -05:00

12 lines
404 B
XML

<Context>
<Resource name="jdbc/MyDB"
auth="Container"
type="javax.sql.DataSource"
maxTotal="100"
maxIdle="30"
maxWaitMillis="10000"
username="dbuser"
password="dbpassword"
driverClassName="com.mysql.jdbc.Driver"
url="jdbc:mysql://localhost:3306/mydb"/>
</Context>