NIH | National Cancer Institute | NCI Wiki  

Error rendering macro 'rw-search'

null

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

Compare with Current View Page History

Version 1 Next »

<?xml version="1.0" encoding="utf-8"?>
<html>
<span style="font-size:medium;">
<strong>Applicable Releases:</strong> caIntegrator 1.2

<strong>Date entered:</strong> November 14, 2010

</span>

CaIntegrator Installation/Upgrade

question}}Question:{{questionEnd
Which directory are deployment files stored under?

<noinclude>
\ width="100%" style="border: solid 1px #A3B1BF; background: #F5FAFF" |

-

answer}}Answer:{{answerEnd
Curently (as of 10/08/2010), by default, deployment files go under directory /tmp. You need to reconfure to change the directory during the installation,otherwise,data under /tmp will be wipted out when the server underwent a reboot. This problem will be fixed in the next release.

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

-Djava.io.tmpdir=/local/content/caintegrator2/jvmtmp .
Also, if you shutdown jboss first, you can copy the contents from one location to another.

Alternatively, you can use the CONFIGURATION_PARAMETER table to update where it goes. Here's an example:

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');
However if you do change these values, you'll want to copy over what's in your tmp directory to what you choose here.

If you have more questions or comments, please visit the user discussion forum

</html>

  • No labels