Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

The following configuration values can be set by modifying the WEB-INF/classes/proai.properties file and restarting the webapp.

Contents

Table of Contents

Front-End OAI-PMH Behavior

...

  • proai.cacheBaseDir The directory where cache files should be stored. This will be created if it doesn't exist.
    IMPORTANT: You should change this from /tmp to a permanent directory of your choosing. The default value here is just used for testing.
  • proai.sessionBaseDir Where OAI-PMH session data will be stored when needed. This directory will be created at startup if it doesn't already exist. Each session consists of a series of small data files in a uniquely-named subdirectory beneath this one. They are automatically created and removed as needed.
  • proai.schemaDir Where to store schema files if validation is enabled.

...