You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
387 B
9 lines
387 B
<?xml version="1.0" encoding="UTF-8"?> |
|
<Context antiJARLocking="true" path=""> |
|
<Resource name="jdbc/libreplan-ds" auth="Container" |
|
type="javax.sql.DataSource" |
|
maxActive="100" maxIdle="30" maxWait="10000" |
|
username="libreplan" password="libreplan" |
|
driverClassName="org.postgresql.Driver" |
|
url="jdbc:postgresql://localhost/libreplan"/> |
|
</Context>
|
|
|