10 lines
398 B
XML
10 lines
398 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?useUnicode=true&characterEncoding=UTF-8"/>
|
||
|
|
||
|
</Context>
|