Mercurial > dive4elements > river
changeset 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 | 9647a6548320 |
files | flys-client/pom.xml flys-client/src/main/webapp/WEB-INF/web.xml |
diffstat | 2 files changed, 2 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/flys-client/pom.xml Tue Sep 04 10:42:40 2012 +0000 +++ b/flys-client/pom.xml Tue Sep 04 10:45:11 2012 +0000 @@ -156,8 +156,6 @@ <hostedWebapp>target/www</hostedWebapp> <!-- Ask GWT to create the Story of Your Compile (SOYC) (gwt:compile) --> <soyc>true</soyc> - <port>8882</port> - <logLevel>INFO' -bindAddress 0.0.0.0 -codeServerPort 9992 -logLevel 'INFO</logLevel> </configuration> </plugin>
--- a/flys-client/src/main/webapp/WEB-INF/web.xml Tue Sep 04 10:42:40 2012 +0000 +++ b/flys-client/src/main/webapp/WEB-INF/web.xml Tue Sep 04 10:45:11 2012 +0000 @@ -7,7 +7,7 @@ <context-param> <param-name>server-url</param-name> - <param-value>http://localhost:2323</param-value> + <param-value>http://localhost:8181</param-value> </context-param> <context-param> @@ -511,7 +511,7 @@ <filter-class>de.intevation.flys.client.server.GGInAFilter</filter-class> <init-param> <param-name>deactivate</param-name> - <param-value>true</param-value> + <param-value>false</param-value> </init-param> </filter>