From 4bf72d4a789851cfd14426486b6b42df593e9e59 Mon Sep 17 00:00:00 2001 From: Lorenzo Pini Date: Tue, 14 Feb 2017 17:16:33 +0100 Subject: [PATCH] Change standalone package port to 8082 This will enable Google backgrounds --- release/bin/mapstore2-startup.bat | 4 ++-- release/bin/mapstore2-startup.sh | 2 +- release/tomcat/conf/server.xml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/release/bin/mapstore2-startup.bat b/release/bin/mapstore2-startup.bat index bad05f236e..94e19eaa86 100644 --- a/release/bin/mapstore2-startup.bat +++ b/release/bin/mapstore2-startup.bat @@ -50,7 +50,7 @@ goto end echo Please wait while loading MapStore2... echo. call "%EXECUTABLE%" start %CMD_LINE_ARGS% - echo Point you browser to: http://localhost:8800/mapstore + echo Point you browser to: http://localhost:8082/mapstore echo. echo Enjoy MapStore2! goto end @@ -59,4 +59,4 @@ goto end :end if %error% == 1 echo Startup of MapStore2 was unsuccessful. echo. - pause \ No newline at end of file + pause diff --git a/release/bin/mapstore2-startup.sh b/release/bin/mapstore2-startup.sh index b6cf773977..2ece5cac2c 100755 --- a/release/bin/mapstore2-startup.sh +++ b/release/bin/mapstore2-startup.sh @@ -36,6 +36,6 @@ fi sh "$CATALINA_HOME"/bin/"$EXECUTABLE" start "$@" echo "Waiting for Tomcat start and MapStore2 deploy..." sleep 4 -echo "Point you browser to: http://localhost:8800/mapstore" +echo "Point you browser to: http://localhost:8082/mapstore" sleep 1 echo "Enjoy MapStore2!" diff --git a/release/tomcat/conf/server.xml b/release/tomcat/conf/server.xml index 08b8968596..fb0ff8cd38 100644 --- a/release/tomcat/conf/server.xml +++ b/release/tomcat/conf/server.xml @@ -68,7 +68,7 @@ APR (HTTP/AJP) Connector: /docs/apr.html Define a non-SSL HTTP/1.1 Connector on port 8080 --> -