18 lines
637 B
XML
18 lines
637 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/mysql" auth="Container" type="javax.sql.DataSource"
|
||
|
initialSize="3" maxActive="10" maxIdle="20" maxWait="30000"
|
||
|
driverClassName="com.mysql.jdbc.Driver"
|
||
|
poolPreparedStatements="true"
|
||
|
validationQuery="select 1 from dual"
|
||
|
testOnBorrow="true"
|
||
|
username="orbeon"
|
||
|
password="osuaL4Ru"
|
||
|
url="jdbc:mysql://db:3306/orbeon?useUnicode=true&characterEncoding=UTF8"/>
|
||
|
|
||
|
</Context>
|