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.

...

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

The base directory in which the caArray server was installed. The directory provided is an example.

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.

Preliminary Steps for caArray Versions 2.4 and Higher

If you are running caArray v2.4 or higher, you must perform the steps outlined below before proceeding to repackage and redeploy the caArray server enterprise archive. (Note that some of the steps varying depending on the exact version of caArray you are running.)

Repackaging and Redeploying the caArray Server

...