[PATCH] Set print URL to useful value for demo installation
Wald Commits
scm-commit at wald.intevation.org
Tue Mar 4 17:58:27 CET 2014
# HG changeset patch
# User Tom Gottfried <tom at intevation.de>
# 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 at http://localhost:8888/flys/mapfish-print at https://localhost/flys-${VERSION}/flys/mapfish-print at g" \
+sed -i -e "s at http://localhost:8080/d4e/flys/mapfish-print at https://localhost/flys-${VERSION}/flys/mapfish-print at g" \
$FLYS_SOURCE_DIR/river/gwt-client/src/main/webapp/WEB-INF/web.xml
sed -i -e "s at http://localhost:8181 at http://localhost:$ARTIFACT_PORT at 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 @@
</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>
More information about the Dive4elements-commits
mailing list