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.
Scrollbar
iconsfalse

Page info
title
title

Composition Setup

cloak.toggle.type = text
cloak.toggle.open=[show]
cloak.toggle.close=[hide]
Panel
titleContents
Toggle Cloak
idTOC
Cloak
idTOC
2

Topic: caIntegrator Installation and Upgrade

Release: Applicable Releases:</strong> caIntegrator 1.2

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

CaIntegrator Installation/Upgrade

...

Question

...

Which directory are deployment files stored under?<noinclude>
\ width="100%" style="border: solid 1px #A3B1BF; background: #F5FAFF" |

...

-

...

Answer

...

Curently Currently (as of 10/08/2010), by default, deployment files go under directory /tmp. You need to reconfure reconfigure to change the directory during the installation. Otherwise, otherwise, data under /tmp will be wipted wiped out when the server underwent a rebootis rebooted. 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:

Code Block
-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: An example follows.

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');

However if you do change these values, you'll want to copy over what 's is in your tmp directory to what you choose here.

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

Scrollbar
iconsfalse

...

.

...

Panel
titleContents
Toggle Cloak
idTOC
Cloak
idTOC
2

Topic:

Date entered:

Question

...

Have a comment?

Please leave your comment in the caIntegrator End User Forum.

...