Mercurial > dive4elements > river
comparison contrib/make_flys_release/make_release.sh @ 6020:bf5dba3f66ac
Flys is still flys for the print url
author | Andre Heinecke <aheinecke@intevation.de> |
---|---|
date | Tue, 14 May 2013 18:43:08 +0200 |
parents | 75803c9eb63b |
children | 233113b02cab |
comparison
equal
deleted
inserted
replaced
6019:078677c684af | 6020:bf5dba3f66ac |
---|---|
187 echo "[INFO]: Preparing configuration of web client" | 187 echo "[INFO]: Preparing configuration of web client" |
188 echo "[INFO]: Tomcat Port: $TOMCAT_PORT" | 188 echo "[INFO]: Tomcat Port: $TOMCAT_PORT" |
189 echo "[INFO]: Artifact Port: $ARTIFACT_PORT" | 189 echo "[INFO]: Artifact Port: $ARTIFACT_PORT" |
190 | 190 |
191 #Needs to be done before the tomcat replacement below | 191 #Needs to be done before the tomcat replacement below |
192 sed -i -e "s@http://localhost:8888/flys/mapfish-print@https://localhost/flys-${VERSION}/river/mapfish-print@g" \ | 192 sed -i -e "s@http://localhost:8888/flys/mapfish-print@https://localhost/flys-${VERSION}/flys/mapfish-print@g" \ |
193 $FLYS_SOURCE_DIR/river/gwt-client/src/main/webapp/WEB-INF/web.xml | 193 $FLYS_SOURCE_DIR/river/gwt-client/src/main/webapp/WEB-INF/web.xml |
194 | 194 |
195 sed -i -e "s@http://localhost:8181@http://localhost:$ARTIFACT_PORT@g" \ | 195 sed -i -e "s@http://localhost:8181@http://localhost:$ARTIFACT_PORT@g" \ |
196 -e "s@http://localhost:8888@http://localhost:$TOMCAT_PORT@g" \ | 196 -e "s@http://localhost:8888@http://localhost:$TOMCAT_PORT@g" \ |
197 $FLYS_SOURCE_DIR/river/gwt-client/src/main/webapp/WEB-INF/web.xml | 197 $FLYS_SOURCE_DIR/river/gwt-client/src/main/webapp/WEB-INF/web.xml |