[Dive4elements-commits] [PATCH] Fixed path to client logging

Wald Commits scm-commit at wald.intevation.org
Wed Nov 14 11:01:55 CET 2012


# HG changeset patch
# User Sascha L. Teichmann <teichmann at intevation.de>
# Date 1352887311 -3600
# Node ID b15f82f0d652f96b677d29b7e2cd979e4325b77c
# Parent  439913782777b165a35ccb6ea460de79c6e64fd1
Fixed path to client logging

diff -r 439913782777 -r b15f82f0d652 contrib/make_flys_release/make_release.sh
--- a/contrib/make_flys_release/make_release.sh	Wed Nov 14 10:53:15 2012 +0100
+++ b/contrib/make_flys_release/make_release.sh	Wed Nov 14 11:01:51 2012 +0100
@@ -42,10 +42,13 @@
 # adapt client configuration
 echo "INFO: prepare configuration of web client"
 
-sed -i -e "s at http://localhost:8181 at http://localhost:$ARTEFACT_PORT at g " \
+sed -i -e "s at http://localhost:8181 at http://localhost:$ARTEFACT_PORT at g" \
        -e "s at http://localhost:8888 at http://localhost:$TOMCAT_PORT at g" \
     $FLYS_HG/flys-client/src/main/webapp/WEB-INF/web.xml
 
+sed -i -e "s@/tmp/flys-client.log@/tmp/flys-client-${RELEASE}.log at g" \
+    $FLYS_HG/flys-client/src/main/webapp/WEB-INF/log4j.properties
+
 echo "INFO: download OpenLayers-2.11 for client"
 curl -O http://openlayers.org/download/OpenLayers-2.11.tar.gz
 tar xvfz OpenLayers-2.11.tar.gz


More information about the Dive4elements-commits mailing list