wisemapping-open-source/wise-webapp/src/main/webapp/META-INF/Context.xml

17 lines
483 B
XML
Raw Normal View History

2009-06-07 20:59:43 +02:00
<?xml version="1.0" encoding="UTF-8"?>
<Context path="/wisemapping" reloadable="true">
<Resource
name="jdbc/wisemapping"
auth="Container"
type="javax.sql.DataSource"
maxActive="100"
maxIdle="30" maxWait="10000"
username="root"
password=""
driverClassName="com.mysql.jdbc.Driver"
url="jdbc:mysql://localhost/wisemapping?autoReconnect=true"/>
</Context>