Mercurial > dive4elements > river
comparison flys-client/src/main/webapp/WEB-INF/web.xml @ 2985:1f64ee424f92
Corrected broken web.xml
flys-client/trunk@4996 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Sascha L. Teichmann <sascha.teichmann@intevation.de> |
---|---|
date | Fri, 13 Jul 2012 13:51:58 +0000 |
parents | 2968c6ae1761 |
children | a6b7f0585761 |
comparison
equal
deleted
inserted
replaced
2984:06d999e95615 | 2985:1f64ee424f92 |
---|---|
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:8181</param-value> |
11 </context-param> | |
12 | |
13 <context-param> | |
11 <param-name>authentication</param-name> | 14 <param-name>authentication</param-name> |
12 <param-value>GGInA</param-value> | 15 <param-value>GGInA</param-value> |
13 </context-param> | 16 </context-param> |
14 | 17 |
15 <!-- Servlets --> | 18 <!-- Servlets --> |