NIH | National Cancer Institute | NCI Wiki  

Versions Compared

Key

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

...

Custom Installation Options

Data Base

Custom data base instructions configurations are handled in the preceding link

Properties File Path

Build Time Property File Path Instructions

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

Users can replace all instances the variable

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

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

Deployment Time Property File Path Instructions

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

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

 and do so at deployment time

This can be done by add this value to the setenv.sh script in the tomcat root/bin directory.  If no such file exists, then one can be created.