view client/digitallibrary/WEB-INF/digilib-config.xml @ 50:866e798e2bef

13.8.2002 - [different files] : roc - changed all hardcoded occurrences of /docuserver/digitallibrary to work relative or take the path from the request URL. Introduced a variable baseURL to hold the URL path (up to digilib.jsp etc.). Now it should be possible to install digilib in other directories. - removed xerces.jar. It seems not necessary any more (JDK 1.3.1, Tomcat 4.0.4)
author robcast
date Thu, 15 Aug 2002 23:40:15 +0200
parents d407cb901df4
children 58d23f512c80 85126da2ae21
line wrap: on
line source

<!-- Digilib servlet config file -->

<digilib-config>
  <parameter name="debug-level" value="0" />

  <!--  Image to be sent to indicate general failure. -->
  <parameter name="error-image" value="/docuserver/images/icons/broken.gif" />

  <!--  Image to be sent to indicate authorization failure. -->
  <parameter name="denied-image" value="/docuserver/images/icons/alert.red.gif" />

  <!-- List of directories where images are searched.
       Directories with low-resolution images are first in list. -->
  <parameter name="basedir-list" value="/docuserver/scaled/small:/docuserver/images:/docuserver/scans/quellen" />

  <!-- Restrict access to authorized users.
       User authentication and roles are provided by the servlet container 
       (see tomcat-users.xml).
       Authorization for resources (directories) is evaluated by the servlet 
       (see auth-file). -->
  <parameter name="use-authorization" value="true" />

  <!-- 	  URL location of XML file with authorization requirements. -->
  <parameter name="auth-file" value="/docuserver/www/digitallibrary/WEB-INF/digilib-auth.xml" />

  <!-- Part of URL to indicate authenticated access to Tomcat. -->
  <parameter name="auth-url-path" value="authenticated/" />
</digilib-config>