-
Notifications
You must be signed in to change notification settings - Fork 41
Expand file tree
/
Copy pathcontext.xml
More file actions
35 lines (31 loc) · 1.56 KB
/
context.xml
File metadata and controls
35 lines (31 loc) · 1.56 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<Context reloadable="true">
<Realm className="com.occamlab.te.realm.PBKDF2Realm"/>
<Resource name="jdbc/EPSG" type="javax.sql.DataSource"
auth="Container"
description="Derby database for EPSG geodetic parameters"
driverClassName="org.apache.derby.jdbc.EmbeddedDriver"
maxTotal="8" maxIdle="4"
username="" password=""
url="jdbc:derby:EPSG/7.09;create=true" />
<WatchedResource>${TE_BASE}/config.xml</WatchedResource>
<WatchedResource>${TE_BASE}/scripts</WatchedResource>
<Resources>
<PreResources base="${TE_BASE}/resources/lib"
className="org.apache.catalina.webresources.DirResourceSet"
webAppMount="/WEB-INF/lib"/>
<PreResources base="${TE_BASE}/resources/docs"
className="org.apache.catalina.webresources.DirResourceSet"
webAppMount="/docs"/>
<PreResources base="${TE_BASE}/scripts"
className="org.apache.catalina.webresources.DirResourceSet"
webAppMount="/about"/>
<PreResources base="${TE_BASE}/users"
className="org.apache.catalina.webresources.DirResourceSet"
webAppMount="/reports"/>
<PreResources base="${TE_BASE}/resources/site"
className="org.apache.catalina.webresources.DirResourceSet"
webAppMount="/site"/>
</Resources>
<!-- improve startup time -->
<JarScanner scanClassPath="false" />
</Context>