Mercurial > dive4elements > river
diff 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 |
line wrap: on
line diff
--- a/flys-client/src/main/webapp/WEB-INF/web.xml Wed Jul 25 12:39:13 2012 +0000 +++ b/flys-client/src/main/webapp/WEB-INF/web.xml Thu Jul 26 10:05:50 2012 +0000 @@ -7,13 +7,14 @@ <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> <param-name>authentication</param-name> <param-value>GGInA</param-value> - </context-param> + </context-param> + <!-- Servlets --> <servlet> @@ -498,7 +499,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>