mirror of
https://github.com/NetSPI/PowerHuntShares.git
synced 2025-05-04 19:28:42 +02:00
12 lines
404 B
XML
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> |