1234567891011121314 |
- .. _csw_iso_installing:
- Installing Catalog Services for Web (CSW) - ISO Metadata Profile
- ================================================================
- To install the CSW ISO extension:
- #. Visit the GeoServer :website:`download` page and navigate to the download page for the version of GeoServer your are using. If you do not have the CSW extension yet, get it first. Both the **csw** and **csw-iso** downloads are listed under extensions. The file needed are :file:`geoserver-*-csw-plugin.zip` (if necessary) and :file:`geoserver-*-SNAPSHOT-csw-iso-plugin.zip`, where ``*`` matches the version number of GeoServer you are using.
- #. Extract these zip files and place all the JARs in ``WEB-INF/lib``.
- #. Perform any configuration required by your servlet container, and then restart.
- #. Verify that the CSW module was installed correctly by going to the Welcome page of the :ref:`web_admin` and seeing that :guilabel:`CSW` is listed in the :guilabel:`Service Capabilities` list. Open the CSW capabilities and search for the text `gmd:MD_Metadata` to verify that the ISO metadata profile was installed correctly.
|