Mercurial > dive4elements > river
changeset 1603:dd612a1348d2
Reverted port of artifact-server 8182 to 8181.
flys-client/trunk@3948 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Tue, 07 Feb 2012 10:03:49 +0000 |
parents | f30919997e57 |
children | cb3629a01126 |
files | flys-client/ChangeLog flys-client/src/main/webapp/WEB-INF/web.xml |
diffstat | 2 files changed, 6 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/flys-client/ChangeLog Mon Feb 06 16:11:10 2012 +0000 +++ b/flys-client/ChangeLog Tue Feb 07 10:03:49 2012 +0000 @@ -1,3 +1,8 @@ +2012-02-07 Ingo Weinzierl <ingo@intevation.de> + + * src/main/webapp/WEB-INF/web.xml: Reverted port 8182 to 8181 which is the + default port of artifact-server. + 2012-02-06 Raimund Renkert <raimund.renkert@intevation.de> * src/main/java/de/intevation/flys/client/client/ui/GaugeTimeRangePanel.java:
--- a/flys-client/src/main/webapp/WEB-INF/web.xml Mon Feb 06 16:11:10 2012 +0000 +++ b/flys-client/src/main/webapp/WEB-INF/web.xml Tue Feb 07 10:03:49 2012 +0000 @@ -7,7 +7,7 @@ <context-param> <param-name>server-url</param-name> - <param-value>http://localhost:8182</param-value> + <param-value>http://localhost:8181</param-value> </context-param> <!-- Servlets -->