Skip to content

Commit

Permalink
Change standalone package port to 8082
Browse files Browse the repository at this point in the history
This will enable Google backgrounds
  • Loading branch information
Gnafu committed Feb 14, 2017
1 parent 1e98b6d commit 4bf72d4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions release/bin/mapstore2-startup.bat
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -59,4 +59,4 @@ goto end
:end
if %error% == 1 echo Startup of MapStore2 was unsuccessful.
echo.
pause
pause
2 changes: 1 addition & 1 deletion release/bin/mapstore2-startup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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!"
2 changes: 1 addition & 1 deletion release/tomcat/conf/server.xml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
APR (HTTP/AJP) Connector: /docs/apr.html
Define a non-SSL HTTP/1.1 Connector on port 8080
-->
<Connector port="8800" protocol="HTTP/1.1"
<Connector port="8082" protocol="HTTP/1.1"
connectionTimeout="20000"
redirectPort="8443" />
<!-- A "Connector" using the shared thread pool-->
Expand Down

0 comments on commit 4bf72d4

Please sign in to comment.