18 lines
676 B
XML
18 lines
676 B
XML
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<Context path="/orbeon"
|
||
|
docBase="/usr/local/orbeon"
|
||
|
reloadable="false"
|
||
|
override="true"
|
||
|
allowLinking="true"
|
||
|
>
|
||
|
<Resource name="jdbc/postgresql" auth="Container" type="javax.sql.DataSource"
|
||
|
initialSize="3" maxActive="10" maxIdle="10" maxWait="30000"
|
||
|
driverClassName="org.postgresql.Driver"
|
||
|
poolPreparedStatements="true"
|
||
|
validationQuery="select 1"
|
||
|
testOnBorrow="true"
|
||
|
username="orbeon"
|
||
|
password="osuaL4Ru"
|
||
|
url="jdbc:postgresql://db:5432/orbeon?useUnicode=true&characterEncoding=UTF8&socketTimeout=30&tcpKeepAlive=true"/>
|
||
|
</Context>
|