NIH | National Cancer Institute | NCI Wiki  

Versions Compared

Key

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

...

Parameters

Description

client.legacy.zip=caarray-client-legacy.zip

The location of the caArray Java client distribution zip file. By default it is assumed to be in the current working directory and named caarray-client-legacy.zip.

  • server.base.dir=C:/programs/caarray/caarray2_3_0 (for v2.3)
  • server.base.dir=C:/programs/caarray/caarray2_4_0_1 (for v2.4.0.1)
  • server.base.dir=C:/programs/caarray/caarray2_4_1 (for v2.4.1)

The base directory in which the caArray server was installed. The directory provided is an exampledepends on the exact caArray version you are running.

Code Block
server.deploy.dir=${server.base.dir}/jboss-4.0.5.GA/server/default/deploy

The actual deployment directory. Normally this does not need to be changed. This can be left empty if you don't have write access to the deployment directory. In that case, you need to manually copy it over after the caarray.ear file is updated.

Code Block
server.ear=${server.deploy.dir}/caarray.ear

The target caarray server ear file. Normally this does not need to be changed.

...