Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

OLE comes with several defaults for various parameters. The following page talks about the defaults and how they can be overridden. There are 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.modefalseThis value when set to false triggers the xml polling services.

application.url

appserver.url

rice.server.url

docSearchURL

${ole.fs.url.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.

   
  • No labels