NIH | National Cancer Institute | NCI Wiki  

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin
Scrollbar
iconsfalse

Question: Which directory are deployment files stored under?

Composition Setup
Wiki Markup
{scrollbar:icons=false}

h1. Question: Which directory are deployment files stored under?

{composition-setup}
cloak.toggle.type = text
cloak.toggle.open=[show]
cloak.toggle.close=[hide]
{composition-setup}
{panel:title=Contents}
{
Panel
titleContents

Toggle Cloak

:

id

=

TOC

} {

Cloak
:
id
=TOC} {toc:minLevel=2} {cloak}{panel} *Topic*: caIntegrator Installation and Upgrade *Release:* caIntegrator 1.2 *Date entered*:
TOC
2

Topic: caIntegrator Installation and Upgrade

Release: caIntegrator 1.2

Date entered: 11/14/2010

...

Answer

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

...

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
}-Djava.io.tmpdir=/local/content/caintegrator2/jvmtmp{code}

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.

...

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');{code}

However

...

if

...

you

...

do

...

change

...

these

...

values,

...

you'll

...

want

...

to

...

copy

...

over

...

what

...

is

...

in

...

your

...

tmp

...

directory

...

to

...

what

...

you

...

choose

...

here.

...

Have

...

a

...

comment?

...

Please

...

leave

...

your

...

comment

...

in

...

the

...

caIntegrator

...

End

...

User

...

Forum

...

.

Scrollbar
iconsfalse