diff client/digitallibrary/WEB-INF/web.xml @ 221:59a2bc922652

new relato import
author luginbue
date Fri, 09 Jul 2004 01:55:30 +0200
parents 9efc5eca878f
children 8aab13acfe7a
line wrap: on
line diff
--- a/client/digitallibrary/WEB-INF/web.xml	Tue Jun 29 12:16:50 2004 +0200
+++ b/client/digitallibrary/WEB-INF/web.xml	Fri Jul 09 01:55:30 2004 +0200
@@ -10,6 +10,18 @@
   <description>
         This is the web frontend of the Digital Document Library.
   </description>
+  <!-- The Relato servlet -->
+  <servlet>
+        <servlet-name>
+            Relato
+        </servlet-name>
+        <description>
+            The relato servlet
+        </description>
+        <servlet-class>
+            Relato
+        </servlet-class>
+  </servlet>
   <!-- The Scaler servlet -->
   <servlet>
         <servlet-name>
@@ -79,6 +91,15 @@
             3
         </load-on-startup>
   </servlet>
+  <!-- The mapping for the Relato servlet -->
+  <servlet-mapping>
+        <servlet-name>
+            Relato
+        </servlet-name>
+        <url-pattern>
+            /Relato
+        </url-pattern>
+  </servlet-mapping>
   <!-- The mapping for the Scaler servlet -->
   <servlet-mapping>
         <servlet-name>