Mercurial > dive4elements > river
comparison flys-client/src/main/webapp/WEB-INF/web.xml @ 3384:a6b7f0585761
Merge point/line label styles
flys-client/trunk@5133 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Christian Lins <christian.lins@intevation.de> |
---|---|
date | Thu, 26 Jul 2012 10:05:50 +0000 |
parents | 1f64ee424f92 |
children | 9056ff5abd61 |
comparison
equal
deleted
inserted
replaced
3383:dc48bc58102f | 3384:a6b7f0585761 |
---|---|
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> |
16 </context-param> | 16 </context-param> |
17 | |
17 | 18 |
18 <!-- Servlets --> | 19 <!-- Servlets --> |
19 <servlet> | 20 <servlet> |
20 <servlet-name>BaseServlet</servlet-name> | 21 <servlet-name>BaseServlet</servlet-name> |
21 <servlet-class>de.intevation.flys.client.server.BaseServlet</servlet-class> | 22 <servlet-class>de.intevation.flys.client.server.BaseServlet</servlet-class> |
496 <filter> | 497 <filter> |
497 <filter-name>GGInAFilter</filter-name> | 498 <filter-name>GGInAFilter</filter-name> |
498 <filter-class>de.intevation.flys.client.server.GGInAFilter</filter-class> | 499 <filter-class>de.intevation.flys.client.server.GGInAFilter</filter-class> |
499 <init-param> | 500 <init-param> |
500 <param-name>deactivate</param-name> | 501 <param-name>deactivate</param-name> |
501 <param-value>false</param-value> | 502 <param-value>true</param-value> |
502 </init-param> | 503 </init-param> |
503 </filter> | 504 </filter> |
504 | 505 |
505 <filter-mapping> | 506 <filter-mapping> |
506 <filter-name>GGInAFilter</filter-name> | 507 <filter-name>GGInAFilter</filter-name> |