Mercurial > dive4elements > river
comparison flys-client/src/main/webapp/WEB-INF/web.xml @ 3541:ca0db8a0e01e
Revert pom.xml web.xml changes
flys-client/trunk@5354 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Christian Lins <christian.lins@intevation.de> |
---|---|
date | Tue, 04 Sep 2012 10:45:11 +0000 |
parents | 98fac4872ae6 |
children | f84ed73311f2 |
comparison
equal
deleted
inserted
replaced
3540:98fac4872ae6 | 3541:ca0db8a0e01e |
---|---|
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:2323</param-value> | 10 <param-value>http://localhost:8181</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>true</param-value> | 514 <param-value>false</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> |