h2.rst 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. .. _data_h2:
  2. H2
  3. ==
  4. .. note:: GeoServer does not come built-in with support for H2; it must be installed through an extension. Proceed to :ref:`h2_install` for installation details.
  5. .. _h2_install:
  6. Installing the H2 extension
  7. ----------------------------
  8. #. Visit the :website:`website download <download>` page, locate your release, and download: :download_extension:`h2`
  9. .. warning:: Ensure to match plugin (example |release| above) version to the version of the GeoServer instance.
  10. #. Extract the contents of the archive into the :file:`WEB-INF/lib` directory of the GeoServer installation.
  11. Adding an H2 data store
  12. -----------------------
  13. Once the extension is properly installed :guilabel:`H2` will be an option in the :guilabel:`Vector Data Sources` list when creating a new data store.
  14. .. figure:: images/h2create.png
  15. :align: center
  16. *H2 in the list of vector data stores*
  17. Configuring an H2 data store
  18. ----------------------------
  19. .. figure:: images/h2configure.png
  20. :align: center
  21. *Configuring an H2 data store*
  22. Configuring an H2 data store with JNDI
  23. --------------------------------------
  24. See :ref:`data_jndi`.