comparison client/digitallibrary/WEB-INF/digilib-config.xml @ 172:a97798c6de2a

Servlet version 1.17b2 - new mapping file for "virtual directories" - direct file URLs now work without extension (even with wrong ones)
author robcast
date Mon, 10 Nov 2003 20:17:58 +0100
parents dd070f97e446
children bd87f802bea1
comparison
equal deleted inserted replaced
171:3ca96ec73cc2 172:a97798c6de2a
1 <?xml version="1.0" encoding="UTF-8"?>
1 <!-- Digilib servlet config file --> 2 <!-- Digilib servlet config file -->
2 3
3 <digilib-config> 4 <digilib-config>
4 <parameter name="debug-level" value="10" /> 5 <parameter name="debug-level" value="10" />
5 6
35 <!-- URL location of XML file with authorization requirements. --> 36 <!-- URL location of XML file with authorization requirements. -->
36 <parameter name="auth-file" value="digilib-auth.xml" /> 37 <parameter name="auth-file" value="digilib-auth.xml" />
37 38
38 <!-- Part of URL to indicate authenticated access to Tomcat. --> 39 <!-- Part of URL to indicate authenticated access to Tomcat. -->
39 <parameter name="auth-url-path" value="authenticated/" /> 40 <parameter name="auth-url-path" value="authenticated/" />
41
42 <!-- use mapping of "virtual directories" to real directories on the server -->
43 <parameter name="use-mapping" value="false"/>
44
45 <!-- location of XML mapping file -->
46 <parameter name="mapping-file" value="digilib-map.xml"/>
47
40 </digilib-config> 48 </digilib-config>