9 lines
354 B
XML
9 lines
354 B
XML
<Context>
|
|
|
|
<Resource name="jdbc/kiwa-devdb" auth="Container" type="javax.sql.DataSource"
|
|
maxActive="50" maxIdle="30" maxWait="10000"
|
|
username="kiwa-devdb-admin" password="12345678"
|
|
driverClassName="com.mysql.jdbc.Driver"
|
|
url="jdbc:mysql://localhost:3306/kiwa-devdb"/>
|
|
|
|
</Context>
|