NIH | National Cancer Institute | NCI Wiki  

Versions Compared

Key

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

The URI Resolver Service comes with a set of default configurations that can allow for easy setup, customization for various database configurations and file systems is possible however

Table of Contents

Default Installation

Default installations can be handled as detailed here:

Installing the URI Resolver

Custom Installation Options

Data base instructions are handled in the preceding link

Paths to property files are hard coded in the Beans.xml file located in the src/main/resource folder.

Users can replace the

Code Block
#{ systemProperties['user.home']}

value with any custom file path desired, then build the Resolver as detailed at the link above.

Otherwise, users can add a property to the start up script such as 

Code Block
 -Duser.home=/my/custom/path

 and do so at deployment time.