Skip to content
This repository has been archived by the owner on May 6, 2021. It is now read-only.

Troubleshoot

mbarto edited this page Jan 23, 2013 · 1 revision

Troubleshooting

There are two common problems encountered when attempting to use the binary distribution of MapStore:

  1. 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.

  2. 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.

Clone this wiki locally