comparison 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
comparison
equal deleted inserted replaced
3539:091397efaca5 3540:98fac4872ae6
5 5
6 <web-app> 6 <web-app>
7 7
8 <context-param> 8 <context-param>
9 <param-name>server-url</param-name> 9 <param-name>server-url</param-name>
10 <param-value>http://localhost:8181</param-value> 10 <param-value>http://localhost:2323</param-value>
11 </context-param> 11 </context-param>
12 12
13 <context-param> 13 <context-param>
14 <param-name>authentication</param-name> 14 <param-name>authentication</param-name>
15 <param-value>GGInA</param-value> 15 <param-value>GGInA</param-value>
509 <filter> 509 <filter>
510 <filter-name>GGInAFilter</filter-name> 510 <filter-name>GGInAFilter</filter-name>
511 <filter-class>de.intevation.flys.client.server.GGInAFilter</filter-class> 511 <filter-class>de.intevation.flys.client.server.GGInAFilter</filter-class>
512 <init-param> 512 <init-param>
513 <param-name>deactivate</param-name> 513 <param-name>deactivate</param-name>
514 <param-value>false</param-value> 514 <param-value>true</param-value>
515 </init-param> 515 </init-param>
516 </filter> 516 </filter>
517 517
518 <filter-mapping> 518 <filter-mapping>
519 <filter-name>GGInAFilter</filter-name> 519 <filter-name>GGInAFilter</filter-name>

http://dive4elements.wald.intevation.org