annotate client/digitallibrary/WEB-INF/digilib-config.xml @ 9:2b263b189913 vendor

First import of client module
author robcast
date Thu, 17 Jan 2002 15:29:52 +0100
parents 47f629e1af33
children 58d23f512c80 b04d96fd308f
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
7
47f629e1af33 First import of client module
robcast
parents:
diff changeset
1 <!-- Digilib servlet config file -->
47f629e1af33 First import of client module
robcast
parents:
diff changeset
2
47f629e1af33 First import of client module
robcast
parents:
diff changeset
3 <digilib-config>
47f629e1af33 First import of client module
robcast
parents:
diff changeset
4 <parameter name="debug-level" value="0" />
47f629e1af33 First import of client module
robcast
parents:
diff changeset
5
47f629e1af33 First import of client module
robcast
parents:
diff changeset
6 <!-- Image to be sent to indicate general failure. -->
47f629e1af33 First import of client module
robcast
parents:
diff changeset
7 <parameter name="error-image" value="/docuserver/images/icons/broken.gif" />
47f629e1af33 First import of client module
robcast
parents:
diff changeset
8
47f629e1af33 First import of client module
robcast
parents:
diff changeset
9 <!-- Image to be sent to indicate authorization failure. -->
47f629e1af33 First import of client module
robcast
parents:
diff changeset
10 <parameter name="denied-image" value="/docuserver/images/icons/alert.red.gif" />
47f629e1af33 First import of client module
robcast
parents:
diff changeset
11
47f629e1af33 First import of client module
robcast
parents:
diff changeset
12 <!-- List of directories where images are searched.
47f629e1af33 First import of client module
robcast
parents:
diff changeset
13 Directories with low-resolution images are first in list. -->
47f629e1af33 First import of client module
robcast
parents:
diff changeset
14 <parameter name="basedir-list" value="/docuserver/scaled/small:/docuserver/images:/docuserver/scans/quellen" />
47f629e1af33 First import of client module
robcast
parents:
diff changeset
15
47f629e1af33 First import of client module
robcast
parents:
diff changeset
16 <!-- Restrict access to authorized users.
47f629e1af33 First import of client module
robcast
parents:
diff changeset
17 User authentication and roles are provided by the servlet container
47f629e1af33 First import of client module
robcast
parents:
diff changeset
18 (see tomcat-users.xml).
47f629e1af33 First import of client module
robcast
parents:
diff changeset
19 Authorization for resources (directories) is evaluated by the servlet
47f629e1af33 First import of client module
robcast
parents:
diff changeset
20 (see auth-file). -->
47f629e1af33 First import of client module
robcast
parents:
diff changeset
21 <parameter name="use-authorization" value="true" />
47f629e1af33 First import of client module
robcast
parents:
diff changeset
22
47f629e1af33 First import of client module
robcast
parents:
diff changeset
23 <!-- URL location of XML file with authorization requirements. -->
47f629e1af33 First import of client module
robcast
parents:
diff changeset
24 <parameter name="auth-file" value="/docuserver/www/digitallibrary/WEB-INF/digilib-auth.xml" />
47f629e1af33 First import of client module
robcast
parents:
diff changeset
25
47f629e1af33 First import of client module
robcast
parents:
diff changeset
26 <!-- Part of URL to indicate authenticated access to Tomcat. -->
47f629e1af33 First import of client module
robcast
parents:
diff changeset
27 <parameter name="auth-url-path" value="authenticated/" />
47f629e1af33 First import of client module
robcast
parents:
diff changeset
28 </digilib-config>