changeset 1189:8436ae2fe1d8

fixed silly bug in web.xml for servlet2.
author robcast
date Sun, 28 Apr 2013 22:25:17 +0200
parents ddab72e483e7
children d62806e28820
files webapp/src/main/webapp/WEB-INF/web-2.3.xml
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/webapp/src/main/webapp/WEB-INF/web-2.3.xml	Wed Apr 17 12:56:42 2013 +0200
+++ b/webapp/src/main/webapp/WEB-INF/web-2.3.xml	Sun Apr 28 22:25:17 2013 +0200
@@ -12,7 +12,7 @@
   <!-- The Intialisation Listener -->
   <listener>
         <listener-class>
-            digilib.conf.DigilibServletConfig
+            digilib.conf.DigilibServletConfiguration
         </listener-class>
   </listener>
   <!-- The Scaler servlet -->