Page MenuHomeDevCentral

server.xml
No OneTemporary

server.xml

<?xml version="1.0" encoding="UTF-8"?>
<!--
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Tomcat :: Orbeon configuration
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Project: Nasqueron
License: Trivial enough, not eligible to copyright
Source file: roles/paas-docker/containers/files/orbeon/server.xml
_____________________________________________________________
<auto-generated>
This file is managed by our rOPS SaltStack repository.
Changes to this file may cause incorrect behavior
and will be lost if the state is redeployed.
</auto-generated>
-->
<Context path="/orbeon">
<Resource
name="jdbc/postgresql"
driverClassName="org.postgresql.Driver"
auth="Container"
type="javax.sql.DataSource"
initialSize="3"
maxActive="10"
maxIdle="10"
maxWait="30000"
poolPreparedStatements="true"
validationQuery="select 1"
testOnBorrow="true"
username="{{ db.user }}"
password="{{ db.pass }}"
url="jdbc:postgresql://{{ db.host }}:5432/{{ db.database }}?useUnicode=true&amp;characterEncoding=UTF8&amp;socketTimeout=30&amp;tcpKeepAlive=true"/>
</Context>

File Metadata

Mime Type
text/xml
Expires
Mon, Sep 14, 16:04 (6 h, 41 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3979925
Default Alt Text
server.xml (1 KB)

Event Timeline