Add Tomcat6 configuration file
This commit is contained in:
parent
4277ae3cd2
commit
3c375e3304
1 changed files with 10 additions and 0 deletions
10
conf/libreplan.xml
Normal file
10
conf/libreplan.xml
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
<?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>
|
||||
Loading…
Add table
Reference in a new issue