sikevadb/bin/META-INF/context.xml

10 lines
354 B
XML
Raw Normal View History

2013-09-02 12:31:06 +02:00
<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>