comparison client/digitallibrary/WEB-INF/digilib-config.xml @ 168:43d1129a41ba

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 6a8e23273220
children f6a4b0e26a51
comparison
equal deleted inserted replaced
167:c2f8855bb05b 168:43d1129a41ba
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>