initial import

This commit is contained in:
2026-05-11 20:01:23 +07:00
commit d8a1fac678
332 changed files with 9454 additions and 0 deletions

View File

@ -0,0 +1,14 @@
<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>