Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

OLE comes with several defaults for various parameters. The following page talks about the defaults and how they can be overridden. There are three four files that gets loaded in a hierarchal order and are as follows;

  1. url-rice-properties.xml (ole-common/ole-utility/src/main/resources/org/kuali/ole): Consists of base application URLs along with URLs for the environments.
  2. olefs-config-defaults.xml (ole-app/olefs): Consists of base defaults.
  3. Bootstrap.xml: Consists of defaults that are filtered during the build process. 
  4. common-config.xml (lives under ${user.home}/kuali/main/local): This file gets loaded last and any overrides should be placed in this file. 

 

url-rice-properties.xml:

Parameter Name
Default Value
Purpose
ole.url.basehttp://localhost:8080Default application URL
ole.docstore.url.base${ole.url.base}/oledocstoreDefault docstore URL
ole.fs.url.base${ole.url.base}/olefsDefault olefs URL

 

olefs-config-defaults:

Parameter Name
Default Value
Purpose
environmentdevThis is used to determine the environment. The value also
dev.mode  falseThis value when set to false triggers the xml polling services.

application.url

appserver.url

rice.server.url

ole.url

docSearchURL

locations${ole.xmlfs.rooturl.location

circ.xml.root.location

staffupload.xml.root.location

patrons.xml.root.location

autoIngestDefaults

log4j.settings.path

log4j.settings.file

logs.directory

 

 

  

base}

${application.url}

${application.url}

${ole.docstore.url.base}

Default olefs url

Default app server url

This can be updated to point to the standalone server if necessary.

docsearch url; for searching records in docstore.