Files
tms-bit/modules/core/web/META-INF/context.xml
2026-05-11 20:01:23 +07:00

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>