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.

Analysis-Server Installation Guide

This page provides an introduction to Analysis-Server,installation and to troubleshoot.

Panel
titleContents
Table of Contents
minLevel2
maxLevel2

Introduction:

The Analysis Server performs on-the-fly statistical calculations for the caIntegartor application. It can be hosted on the same machine that runs the any application (ex. Rembrandt or ISPY) or it can be run on any number of remote compute machines. In the remote configuration, each compute machine communicates with the appropriate application via the JBossMQ Java Messaging Service (JMS) provided by JBoss. It is important to note that each compute machine does not require its own JBoss instance. The Analysis Server relies on the JMS queues defined in the JBoss instance running the caIntegator application, such as Rembrandt.

Analysis-commons is a module which defines classes for communicating with the analysis server. caIntegrator Applications like Rembrandt , I-SPY etc use the request and response classes defined in the analysis commons module for communication with the analysis server.

Requirements:

The following assumptions are in place:

You have Java and Ant installed, as listed below

Required Software Name,Version, URL to Download

Description

JDK 1.5.X (currently using 1.5.14)

http://java.sun.com/javase/downloads/index_jdk5.jspImage Added

The J2SE Develop¬ment Kit (JDK) supports creat¬ing J2SE applications.