-
Notifications
You must be signed in to change notification settings - Fork 43
Troubleshoot
There are two common problems encountered when attempting to use the binary distribution of MapStore:
-
Another web server (or other process) is already using port 8080. This is the default HTTP port that MapStore attempts to bind to at startup. To change this port, open the file:
> $MAPSTORE_HOME/etc/jetty.xml
and search for '8080'. Change it to a port that isn't in use, but is greater than 1024 (such as 8090). Save this file and restart MapStore. Make sure, of course, that you try to access MapStore on the new port:
> http://localhost:####
where #### is the new port.
-
The "localhost" address can't be found. This could happen if you're behind a proxy. If so, make sure the proxy configuration for your browser knows to not travel through the proxy to access the "localhost" address. Please see your browser's documentation for how to check this.