JeromeDL: The Semantic Digital Library - Installation


Paths, URL, etc. - Advanced Settings

There are a number of additional settings in JeromeDL/WEB-INF/jeromedl.properties that can help you tweak JeromeDL behaviour towards your needs.
  • jeromedl.defaultLanguage - default language that JeromeDL will greet its visitors. Your can select any locale from English, Polish, German, Korean, Portuguese-Brazilian, French, Dutch, Russian, Ukrainian, Bulgarian, Gaelic. But be aware that JeromeDL v2.0 fully supports only the first 4 of them.
  • jeromedl.indexPath - relative or absolute path to where the fulltext index of documents should be stored
  • jeromedl.storagePath - relative or absolute path to where the binary resources should be stored
  • jeromedl.resourceMaxSize - maximal allowed size for uploaded resources
  • jeromedl.indexOptimizationPeriod - how often should the fulltext index be optimized
  • jeromedl.search.default.distributed - indicates wheather the searching should be distributed by default
  • jeromedl.search.default.isConjunction - indicates wheather the searching should be in conjunctive mode by default
  • jeromedl.mms.targetEndPoint - JeromeDL uses MarcOnt Mediation Services to deliver bibliographic descriptions in different formats. If you decide to use JeromeDL in production mode - please set up your own MMS and change this entry.
Here is an example configuration:
jeromedl.defaultLanguage = en

jeromedl.indexPath = WEB-INF/lucene/index/
jeromedl.storagePath = WEB-INF/storage/

jeromedl.resourceMaxSize = 2000000000
jeromedl.indexOptimizationPeriod = 1

# default options for search
jeromedl.search.default.distributed = false
jeromedl.search.default.isConjunction = true

# marcont meditation services
jeromedl.mms.targetEndPoint = http://mms.marcont.org/services/MMSService