diff flys-client/src/main/webapp/WEB-INF/web.xml @ 11:6aeb4072eeb4

Added interfaces and a stub implementation of an artifact service the should provide the methods for communicating with the artifact server. flys-client/trunk@1320 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Ingo Weinzierl <ingo.weinzierl@intevation.de>
date Wed, 16 Feb 2011 15:40:17 +0000
parents bc5d4d2297b9
children c19985f75118
line wrap: on
line diff
--- a/flys-client/src/main/webapp/WEB-INF/web.xml	Wed Feb 16 15:35:17 2011 +0000
+++ b/flys-client/src/main/webapp/WEB-INF/web.xml	Wed Feb 16 15:40:17 2011 +0000
@@ -16,6 +16,16 @@
     <url-pattern>/flys/user</url-pattern>
   </servlet-mapping>
 
+  <servlet>
+    <servlet-name>artifact</servlet-name>
+    <servlet-class>de.intevation.flys.client.server.ArtifactServiceImpl</servlet-class>
+  </servlet>
+  
+  <servlet-mapping>
+    <servlet-name>artifact</servlet-name>
+    <url-pattern>/flys/artifact</url-pattern>
+  </servlet-mapping>
+
   <!-- Default page to serve -->
   <welcome-file-list>
     <welcome-file>FLYS.html</welcome-file>

http://dive4elements.wald.intevation.org