index.rst 8.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168
  1. .. _web_admin:
  2. Web administration interface
  3. ============================
  4. The Web administration interface is a web-based tool for configuring all aspects of GeoServer, from adding data to changing service settings. In a default GeoServer installation, this interface is accessed via a web browser at ``http://localhost:8080/geoserver/web``. However, this URL may vary depending on your local installation.
  5. .. figure:: images/web-admin.png
  6. Web admin interface
  7. The following sections detail the menu options available in GeoServer. **Unless otherwise specified, you will need to be logged in with administrative credentials to see the complete list of pages.**
  8. .. toctree::
  9. :hidden:
  10. welcome
  11. about
  12. Welcome
  13. -------
  14. * The :ref:`welcome` page lists the web services published by GeoServer.
  15. When logged in with administrative credentials a configuration overview is provided, along with any information or warning notifications.
  16. About & Status
  17. --------------
  18. The :guilabel:`About & Status` section provides access to GeoServer diagnostic and configuration tools, and can be particularly useful for debugging.
  19. * The :ref:`config_serverstatus` page shows a summary of server configuration parameters and run-time status.
  20. * The :ref:`GeoServer Logs <logging>` page shows the GeoServer log output. This is useful for determining errors without having to leave the browser.
  21. * The :ref:`config_contact` page sets the public contact information available in the Capabilities document of the WMS server.
  22. * The :ref:`about` section provides links to the GeoServer documentation, homepage and bug tracker.
  23. **You do not need to be logged into GeoServer to access this page.**
  24. Data
  25. ----
  26. The :ref:`Data` section contains configuration options for all the different data-related settings.
  27. * The :ref:`Layer Preview <layerpreview>` page provides links to layer previews in various output formats, including the common OpenLayers and KML formats. This page helps to visually verify and explore the configuration of a particular layer.
  28. **You do not need to be logged into GeoServer to access the Layer Preview.**
  29. * The :ref:`Workspaces <data_webadmin_workspaces>` page displays a list of workspaces, with the ability to add, edit, and delete. Also shows which workspace is the default for the server.
  30. * The :ref:`Stores <data_webadmin_stores>` page displays a list of stores, with the ability to add, edit, and delete. Details include the workspace associated with the store, the type of store (data format), and whether the store is enabled.
  31. * The :ref:`Layers <data_webadmin_layers>` page displays a list of layers, with the ability to add, edit, and delete. Details include the workspace and store associated with the layer, whether the layer is enabled, and the spatial reference system (SRS) of the layer.
  32. * The :ref:`Layer Groups <data_webadmin_layergroups>` page displays a list of layer groups, with the ability to add, edit, and delete. Details include the associated workspace (if any).
  33. * The :ref:`Styles <styling_webadmin>` page displays a list of styles, with the ability to add, edit, and delete. Details include the associated workspace (if any).
  34. In each of these pages that contain a table, there are three different ways to locate an object: sorting, searching, and paging. To alphabetically sort a data type, click on the column header. For simple searching, enter the search criteria in the search box and hit Enter. And to page through the entries (25 at a time), use the arrow buttons located on the bottom and top of the table.
  35. **These pages are shown to administrators, and users that have data admin permissions.**
  36. Services
  37. --------
  38. The :ref:`services` section is for configuring the services published by GeoServer.
  39. * The :ref:`Web Coverage Service (WCS) <services_webadmin_wcs>` page manages metadata, resource limits, and SRS availability for WCS.
  40. * The :ref:`Web Feature Service (WFS) <services_webadmin_wfs>` page manages metadata, feature publishing, service level options, and data-specific output for WFS.
  41. * The :ref:`Web Map Service (WMS) <services_webadmin_wms>` page manages metadata, resource limits, SRS availability, and other data-specific output for WMS.
  42. * The :ref:`Web Processing Service (WPS) <webadmin_wps>` page manages metadata and resource limits for WPS.
  43. Settings
  44. --------
  45. The :guilabel:`Settings` section contains configuration settings that apply to the entire server.
  46. * The :ref:`Global Settings <config_globalsettings>` page configures messaging, logging, character and proxy settings for the entire server.
  47. * The :ref:`JAI` page configures several JAI parameters, used by both WMS and WCS operations.
  48. * The :ref:`Coverage Access <config_converageaccess>` page configures settings related to loading and publishing coverages.
  49. Tile Caching
  50. ------------
  51. The :guilabel:`Tile Caching` section configures the embedded :ref:`GeoWebCache <gwc>`.
  52. * The :ref:`Tile Layers <gwc_webadmin_layers>` page shows which layers in GeoServer are also available as tiled (cached)layers, with the ability to add, edit, and delete.
  53. * The :ref:`Caching Defaults <gwc_webadmin_defaults>` page sets the global options for the caching service.
  54. * The :ref:`Gridsets <gwc_webadmin_gridsets>` page shows all available gridsets for the tile caches, with the ability to add, edit, and delete.
  55. * The :ref:`Disk Quota <gwc_webadmin_diskquotas>` page sets the options for tile cache management on disk, including strategies to reduce file size when necessary.
  56. * The :ref:`BlobStores <gwc_webadmin_blobstores>` pages manages the different blobstores (tile cache sources) known to the embedded GeoWebCache.
  57. Security
  58. --------
  59. The :ref:`Security <security_webadmin>` section configures the built-in :ref:`security subsystem <security>`.
  60. * The :ref:`Settings <security_webadmin_settings>` page manages high-level options for the security subsystem.
  61. * The :ref:`Authentication <security_webadmin_auth>` page manages authentication filters, filter chains, and providers.
  62. * The :ref:`Passwords <security_webadmin_passwd>` page manages the password policies for users and the root account.
  63. * The :ref:`Users, Groups, Roles <security_webadmin_ugr>` page manages the users, groups, and roles, and how they are all associated with each other. Passwords for user accounts can be changed here.
  64. * The :ref:`Data <security_webadmin_data>` page manages the data-level security options, allowing workspaces and layers to be restricted by role.
  65. * The :ref:`Services <security_webadmin_services>` page manages the service-level security options, allowing services and operations to be restricted by role.
  66. Demos
  67. -----
  68. The :ref:`demos` section contains links to example WMS, WCS, and WFS requests for GeoServer as well as a listing all SRS info known to GeoServer. In addition, there is a reprojection console for converting coordinates between spatial reference systems, and a request builder for WCS requests.
  69. **You do not need to be logged into GeoServer to access these pages.**
  70. Tools
  71. -----
  72. The :ref:`tools` section contains administrative tools.
  73. * The :ref:`Web Resource <tool_resource>` tool provides management of data directory icons, fonts, and configuration files.
  74. * The :ref:`Catalog Bulk Load Tool <tool_bulk>` can bulk copy configuration for testing
  75. Extensions
  76. ----------
  77. :ref:`GeoServer extensions <extensions>` can add functionality and extra options to the web interface. Details can be found in the section for each extension.
  78. User interface
  79. --------------
  80. Navigation
  81. ^^^^^^^^^^
  82. A navigation menu is provided along the left-hand-side of the screen listing configuration pages.
  83. To return to the main :ref:`welcome` click on the GeoServer logo at the top of the navigation menu.
  84. User login
  85. ^^^^^^^^^^
  86. The upper right of the web administration interface provides options to :ref:`login <logging_in>`.
  87. GeoServer will share only the web services and layers available to the current user.
  88. Choosing the UI language
  89. ^^^^^^^^^^^^^^^^^^^^^^^^
  90. The administration interface is displayed using the browser's preferred language when available,
  91. otherwise it will fall back to English.
  92. The drop-down chooser on the side of the login/logout button allows selection of a different language.
  93. The language choice is saved in the session, as well as in a cookie, to retain the language
  94. choice across user sessions.