diff flys-client/src/main/webapp/WEB-INF/web.xml @ 3540:98fac4872ae6

Add missing imports and fix package declaration of RemoteServiceServlet flys-client/trunk@5353 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Christian Lins <christian.lins@intevation.de>
date Tue, 04 Sep 2012 10:42:40 +0000
parents 6626ed6e3511
children ca0db8a0e01e
line wrap: on
line diff
--- a/flys-client/src/main/webapp/WEB-INF/web.xml	Tue Sep 04 09:19:33 2012 +0000
+++ b/flys-client/src/main/webapp/WEB-INF/web.xml	Tue Sep 04 10:42:40 2012 +0000
@@ -7,7 +7,7 @@
 
     <context-param>
         <param-name>server-url</param-name>
-        <param-value>http://localhost:8181</param-value>
+        <param-value>http://localhost:2323</param-value>
     </context-param>
 
     <context-param>
@@ -511,7 +511,7 @@
     <filter-class>de.intevation.flys.client.server.GGInAFilter</filter-class>
     <init-param>
         <param-name>deactivate</param-name>
-        <param-value>false</param-value>
+        <param-value>true</param-value>
     </init-param>
   </filter>
 

http://dive4elements.wald.intevation.org