NIH | National Cancer Institute | NCI Wiki  

Error rendering macro 'rw-search'

null

Versions Compared

Key

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

...

Panel
titleContents
Toggle Cloak
idTOC
Cloak
idTOC
2

Topic: caIntegrator Installation and Upgrade

...

Currently (as of 10/08/2010), by default, deployment files go under directory /tmp. You need to reconfigure to change the directory during the installation. Otherwise, data under /tmp will be wiped out when the server is rebooted. This problem will be fixed in the next a future release.

Meanwhile, with current version, you need to switch directories by setting a jvm parameter in the jboss run.conf. Here is an example:

...

Code Block
INSERT into CONFIGURATION_PARAMETER (PARAMETER, RAW_VALUE) 
values ('STUDY_FILE_STORAGE_DIRECTORY', 'D:\\cai2ApplicationFiles'); 
INSERT into CONFIGURATION_PARAMETER (PARAMETER, RAW_VALUE) 
values ('TEMP_DOWNLOAD_STORAGE_DIRECTORY', 'D:\\cai2ApplicationFiles\\tmpDownload'); 
INSERT into CONFIGURATION_PARAMETER (PARAMETER, RAW_VALUE) 
values ('USER_FILE_STORAGE_DIRECTORY', 'D:\\cai2ApplicationFiles\\cai2UserFiles');

...