Mercurial > dive4elements > river
changeset 2965:1fb12b05c859
Set artifact server port back to 8181
flys-client/trunk@4952 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Sascha L. Teichmann <sascha.teichmann@intevation.de> |
---|---|
date | Thu, 12 Jul 2012 13:40:47 +0000 |
parents | c12e29661e6a |
children | d115f719f0c0 |
files | flys-client/ChangeLog flys-client/src/main/webapp/WEB-INF/web.xml |
diffstat | 2 files changed, 5 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/flys-client/ChangeLog Thu Jul 12 13:25:04 2012 +0000 +++ b/flys-client/ChangeLog Thu Jul 12 13:40:47 2012 +0000 @@ -1,3 +1,7 @@ +2012-07-12 Sascha L. Teichmann <sascha.teichmann@intevation.de> + + * src/main/webapp/WEB-INF/web.xml: Set artifact server port back to 8181 + 2012-07-12 Sascha L. Teichmann <sascha.teichmann@intevation.de> * src/main/java/de/intevation/flys/client/server/GGInAFilter.java:
--- a/flys-client/src/main/webapp/WEB-INF/web.xml Thu Jul 12 13:25:04 2012 +0000 +++ b/flys-client/src/main/webapp/WEB-INF/web.xml Thu Jul 12 13:40:47 2012 +0000 @@ -7,7 +7,7 @@ <context-param> <param-name>server-url</param-name> - <param-value>http://localhost:8188</param-value> + <param-value>http://localhost:8181</param-value> </context-param> <!-- Servlets -->