initial import
This commit is contained in:
14
modules/core/web/META-INF/context.xml
Normal file
14
modules/core/web/META-INF/context.xml
Normal 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>
|
||||
Reference in New Issue
Block a user