# HG changeset patch # User Tom Gottfried # Date 1393952290 -3600 # Node ID c7abf983d41b5b0f5b84c3edbede474fb55437fa # Parent b972c7e1bfbeb3753cda29232ed21e4f960c2d44 Set print URL to useful value for demo installation. diff -r b972c7e1bfbe -r c7abf983d41b contrib/make_flys_release/make_release.sh --- 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" \ diff -r b972c7e1bfbe -r c7abf983d41b gwt-client/src/main/webapp/WEB-INF/web.xml --- 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 @@ print-url - http://localhost:8888/flys/mapfish-print + http://localhost:8080/d4e/flys/mapfish-print