Mercurial > dive4elements > river
changeset 7777:c7abf983d41b
Set print URL to useful value for demo installation.
author | Tom Gottfried <tom@intevation.de> |
---|---|
date | Tue, 04 Mar 2014 17:58:10 +0100 |
parents | b972c7e1bfbe |
children | 35a7c05b5cd4 |
files | contrib/make_flys_release/make_release.sh gwt-client/src/main/webapp/WEB-INF/web.xml |
diffstat | 2 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/contrib/make_flys_release/make_release.sh Tue Mar 04 17:42:31 2014 +0100 +++ b/contrib/make_flys_release/make_release.sh Tue Mar 04 17:58:10 2014 +0100 @@ -192,7 +192,7 @@ echo "[INFO]: Artifact Port: $ARTIFACT_PORT" #Needs to be done before the tomcat replacement below -sed -i -e "s@http://localhost:8888/flys/mapfish-print@https://localhost/flys-${VERSION}/flys/mapfish-print@g" \ +sed -i -e "s@http://localhost:8080/d4e/flys/mapfish-print@https://localhost/flys-${VERSION}/flys/mapfish-print@g" \ $FLYS_SOURCE_DIR/river/gwt-client/src/main/webapp/WEB-INF/web.xml sed -i -e "s@http://localhost:8181@http://localhost:$ARTIFACT_PORT@g" \
--- a/gwt-client/src/main/webapp/WEB-INF/web.xml Tue Mar 04 17:42:31 2014 +0100 +++ b/gwt-client/src/main/webapp/WEB-INF/web.xml Tue Mar 04 17:58:10 2014 +0100 @@ -327,7 +327,7 @@ </init-param> <init-param> <param-name>print-url</param-name> - <param-value>http://localhost:8888/flys/mapfish-print</param-value> + <param-value>http://localhost:8080/d4e/flys/mapfish-print</param-value> </init-param> </servlet>