2012-03-14 10:08:11 +01:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
|
|
|
|
|
|
<Context antiJARLocking="true" path="">
|
|
|
|
|
<Resource name="jdbc/libreplan-ds" auth="Container"
|
2016-05-24 16:55:13 +03:00
|
|
|
type="javax.sql.DataSource"
|
|
|
|
|
maxActive="100" maxIdle="30" maxWait="10000"
|
|
|
|
|
username="libreplan" password="libreplan"
|
|
|
|
|
driverClassName="org.postgresql.Driver"
|
|
|
|
|
url="jdbc:postgresql://localhost/libreplan" />
|
2012-03-14 10:08:11 +01:00
|
|
|
</Context>
|