forked from moravianlibrary/s2i-kramerius
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsearch.xml
More file actions
20 lines (19 loc) · 865 Bytes
/
search.xml
File metadata and controls
20 lines (19 loc) · 865 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?xml version="1.0" encoding="UTF-8"?>
<Context>
<Realm className="org.apache.catalina.realm.JAASRealm" appName="search" roleClassNames="cz.incad.kramerius.security.jaas.K4RolePrincipal" userClassNames="cz.incad.kramerius.security.jaas.K4User" />
<Resource name="jdbc/kramerius4"
auth="Container"
type="javax.sql.DataSource"
initialSize="3"
maxTotal="100"
maxIdle="30"
maxWaitMillis="10000"
username="${kramerius_connectionUser}"
password="${kramerius_connectionPass}"
driverClassName="org.postgresql.Driver"
url="${kramerius_connectionURL}"
factory="org.apache.tomcat.jdbc.pool.DataSourceFactory"
removeAbandonedTimeout="60"
removeAbandoned="true"
logAbandoned="true"/>
</Context>