index.rst 516 B

12345678910111213
  1. .. _community_jdbcstore:
  2. JDBCStore
  3. ==========
  4. The ``JDBCStore module`` allows efficient sharing of configuration data in a clustered deployment of GeoServer. It allows externalising the storage of all configuration resources to a Relational Database Management System, rather than using the default File System based :ref:`datadir`. This way the multiple instances of GeoServer can use the same Database and therefore share in the same configuration.
  5. .. toctree::
  6. :maxdepth: 2
  7. installing
  8. configuration