Mercurial > dive4elements > river
comparison contrib/make_flys_release/make_release.sh @ 5960:75803c9eb63b
Fix print configuration, in the config flys is still flys
author | Andre Heinecke <aheinecke@intevation.de> |
---|---|
date | Fri, 10 May 2013 09:28:24 +0200 |
parents | 8698e3284b7a |
children | bf5dba3f66ac |
comparison
equal
deleted
inserted
replaced
5959:203c934dd669 | 5960:75803c9eb63b |
---|---|
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/river/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}/river/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 |