OpenGeo

OpenGeo Stack Workshop

Previous topic

Installing GeoServer

Next topic

GeoServer Basics

Running GeoServer

This section covers how to start and run a GeoServer instance.

  1. From the Start Menu navigate to Programs ‣ GeoServer 1.7.6 and select Start GeoServer.

    ../_images/gs_run1.jpg

    Starting GeoServer

    ../_images/gs_run2.jpg

    Running the GeoServer console

    Warning

    Do NOT close the command prompt that is opened when GeoServer starts. Doing so will shut down the server.

    Note

    The command prompt is useful for monitoring GeoServer behavior and capturing error logs for bug reports.

  2. In the web browser and navigate to the GeoServer Welcome Page at http://localhost:8080/geoserver/.

    ../_images/gs_run3.jpg

    Viewing the welcome page of the GeoServer web administration interface

    Note

    The GeoServer web administration interface is used to control all aspects of GeoServer. From this interface a user can add new data, set styling information, and more.

At this point a fully functional GeoServer installation should be up and running. In the next module the basics of how to configure and publish data with GeoServer will be covered.