Mercurial > hg > digilib
comparison client/digitallibrary/WEB-INF/digilib-config.xml @ 73:78c7f985017c
New servlet version 1.5b.
Mostly cleanup. Global parameters for digilib now in DigilibConfiguration,
per request parameters are now all in DigilibRequest. The DocuImage implementation
can be selected by the configuration docuimage-class.
Pixel-by-pixel view implemented with "mo=clip".
author | robcast |
---|---|
date | Fri, 24 Jan 2003 22:13:49 +0100 |
parents | 58d23f512c80 |
children | 4ad623e9e867 |
comparison
equal
deleted
inserted
replaced
72:c53ccea68c99 | 73:78c7f985017c |
---|---|
11 | 11 |
12 <!-- List of directories where images are searched. | 12 <!-- List of directories where images are searched. |
13 Directories with low-resolution images are first in list. --> | 13 Directories with low-resolution images are first in list. --> |
14 <parameter name="basedir-list" value="/docuserver/scaled/small:/docuserver/images:/docuserver/scans/quellen" /> | 14 <parameter name="basedir-list" value="/docuserver/scaled/small:/docuserver/images:/docuserver/scans/quellen" /> |
15 | 15 |
16 <!-- Java class to use for image operations --> | |
17 <parameter name="docuimage-class" value="digilib.image.JAIDocuImage" /> | |
18 | |
19 <!-- is sending whole image files with mo=file allowed? --> | |
20 <parameter name="sendfile-allowed" value="true" /> | |
21 | |
16 <!-- Restrict access to authorized users. | 22 <!-- Restrict access to authorized users. |
17 User authentication and roles are provided by the servlet container | 23 User authentication and roles are provided by the servlet container |
18 (see tomcat-users.xml). | 24 (see tomcat-users.xml). |
19 Authorization for resources (directories) is evaluated by the servlet | 25 Authorization for resources (directories) is evaluated by the servlet |
20 (see auth-file). --> | 26 (see auth-file). --> |
21 <parameter name="use-authorization" value="false" /> | 27 <parameter name="use-authorization" value="true" /> |
22 | 28 |
23 <!-- URL location of XML file with authorization requirements. --> | 29 <!-- URL location of XML file with authorization requirements. --> |
24 <parameter name="auth-file" value="/docuserver/www/digitallibrary/WEB-INF/digilib-auth.xml" /> | 30 <parameter name="auth-file" value="/docuserver/www/digitallibrary/WEB-INF/digilib-auth.xml" /> |
25 | 31 |
26 <!-- Part of URL to indicate authenticated access to Tomcat. --> | 32 <!-- Part of URL to indicate authenticated access to Tomcat. --> |