Add Tomcat6 configuration file

This commit is contained in:
Juan A. Suarez Romero 2012-03-14 10:08:11 +01:00 committed by Manuel Rego Casasnovas
parent 4277ae3cd2
commit 3c375e3304

10
conf/libreplan.xml Normal file
View 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>