comparison client/digitallibrary/WEB-INF/digilib-config.xml @ 217:90ad1ae9cdba

new relato import
author luginbue
date Fri, 09 Jul 2004 01:55:30 +0200
parents 1b6bdb16e918
children ed8ac4aff79f
comparison
equal deleted inserted replaced
216:484aab12798c 217:90ad1ae9cdba
1 <?xml version="1.0" encoding="UTF-8"?> 1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- Digilib servlet config file --> 2 <!-- Digilib servlet config file -->
3 3
4 <digilib-config> 4 <digilib-config>
5 <!-- Image to be sent to indicate general failure. --> 5 <!-- Image to be sent to indicate general failure. -->
6 <parameter name="error-image" value="/docuserver/images/icons/broken.gif" /> 6 <parameter name="error-image" value="/data01/docuserver/images/icons/broken.gif" />
7 7
8 <!-- Image to be sent to indicate authorization failure. --> 8 <!-- Image to be sent to indicate authorization failure. -->
9 <parameter name="denied-image" value="/docuserver/images/icons/alert.red.gif" /> 9 <parameter name="denied-image" value="/data01/docuserver/images/icons/alert.red.gif" />
10 10
11 <!-- List of directories where images are searched. 11 <!-- List of directories where images are searched.
12 Directories with low-resolution images are first in list. --> 12 Directories with low-resolution images are LAST!!! in list. -->
13 <parameter name="basedir-list" value="/docuserver/images:/docuserver/scaled/small" /> 13 <parameter name="basedir-list" value="/data01/docuserver/images:/data01/docuserver/scaled/small" />
14 14
15 <!-- Java class to use for image operations --> 15 <!-- Java class to use for image operations -->
16 <parameter name="docuimage-class" value="digilib.image.ImageLoaderDocuImage" /> 16 <parameter name="docuimage-class" value="digilib.image.ImageLoaderDocuImage" />
17 17
18 <!-- mimimum amount of scaling done with antialiasing --> 18 <!-- mimimum amount of scaling done with antialiasing -->
30 <!-- Restrict access to authorized users. 30 <!-- Restrict access to authorized users.
31 User authentication and roles are provided by the servlet container 31 User authentication and roles are provided by the servlet container
32 (see tomcat-users.xml). 32 (see tomcat-users.xml).
33 Authorization for resources (directories) is evaluated by the servlet 33 Authorization for resources (directories) is evaluated by the servlet
34 (see auth-file). --> 34 (see auth-file). -->
35 <parameter name="use-authorization" value="false" /> 35 <parameter name="use-authorization" value="true" />
36 36
37 <!-- URL location of XML file with authorization requirements. --> 37 <!-- URL location of XML file with authorization requirements. -->
38 <parameter name="auth-file" value="digilib-auth.xml" /> 38 <parameter name="auth-file" value="/data01/docuserver/www/digilib_config/digilib-auth.xml" />
39 39
40 <!-- Part of URL to indicate authenticated access to Tomcat. --> 40 <!-- Part of URL to indicate authenticated access to Tomcat. -->
41 <parameter name="auth-url-path" value="authenticated/" /> 41 <parameter name="auth-url-path" value="authenticated" />
42 42
43 <!-- use mapping of "virtual directories" to real directories on the server --> 43 <!-- use mapping of "virtual directories" to real directories on the server -->
44 <parameter name="use-mapping" value="false"/> 44 <parameter name="use-mapping" value="false"/>
45 45
46 <!-- location of XML mapping file --> 46 <!-- location of XML mapping file -->