diff flys-client/src/main/webapp/WEB-INF/web.xml @ 865:43f520f923a8

Remove the loading panel when its Artifact's background process is finished. flys-client/trunk@2672 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Ingo Weinzierl <ingo.weinzierl@intevation.de>
date Thu, 08 Sep 2011 07:44:05 +0000
parents aa83a6a864b4
children 478a571f1f94
line wrap: on
line diff
--- a/flys-client/src/main/webapp/WEB-INF/web.xml	Thu Sep 08 06:56:17 2011 +0000
+++ b/flys-client/src/main/webapp/WEB-INF/web.xml	Thu Sep 08 07:44:05 2011 +0000
@@ -257,6 +257,16 @@
     <url-pattern>/flys/map-info</url-pattern>
   </servlet-mapping>
 
+  <servlet>
+    <servlet-name>DescribeArtifactService</servlet-name>
+    <servlet-class>de.intevation.flys.client.server.DescribeArtifactServiceImpl</servlet-class>
+  </servlet>
+
+  <servlet-mapping>
+    <servlet-name>DescribeArtifactService</servlet-name>
+    <url-pattern>/flys/describe</url-pattern>
+  </servlet-mapping>
+
   <!-- Default page to serve -->
   <welcome-file-list>
     <welcome-file>FLYS.html</welcome-file>

http://dive4elements.wald.intevation.org