15 lines
472 B
XML
15 lines
472 B
XML
<Context>
|
|
<!-- Database connection -->
|
|
<!-- Switch off session serialization -->
|
|
<Manager pathname=""/>
|
|
<Resource driverClassName="org.postgresql.Driver"
|
|
maxIdle="2"
|
|
maxTotal="20"
|
|
maxWaitMillis="5000"
|
|
name="jdbc/CubaDS"
|
|
password="postgres"
|
|
type="javax.sql.DataSource"
|
|
url="jdbc:postgresql://localhost:5432/tms"
|
|
username="postgres"/>
|
|
</Context>
|