diff client/digitallibrary/WEB-INF/web.xml @ 810:5de6c7a73855 stream

Alternative versions of Scaler without async and without threads. Should still work with Servlet API 2.3 (i.e. Tomcat < 7, Jetty < 8).
author robcast
date Sun, 20 Feb 2011 19:34:05 +0100
parents d811204ce5a4
children
line wrap: on
line diff
--- a/client/digitallibrary/WEB-INF/web.xml	Sun Feb 20 00:02:51 2011 +0100
+++ b/client/digitallibrary/WEB-INF/web.xml	Sun Feb 20 19:34:05 2011 +0100
@@ -12,7 +12,13 @@
   <description>
         This is the web frontend of the Digital Document Library.
   </description>
-  <!-- The Scaler servlet -->
+  <!-- The Intialisation Listener (also configured by annotation) -->
+  <listener>
+        <listener-class>
+            digilib.servlet.Initialiser
+        </listener-class>
+  </listener>
+  <!-- The Scaler servlet (also configured by annotation) -->
   <servlet>
         <servlet-name>
             Scaler