NIH | National Cancer Institute | NCI Wiki  

Error rendering macro 'rw-search'

null

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

Analysis-Server Installation Guide

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

Contents

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.jsp

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

JBOSS Application Server (4.0.X)

http://labs.jboss.com/jbossas/downloads/

JBoss Application server is the Java application Server

Apache Ant, 1.7.0

http://ant.apache.org/bindownload.cgi

Apache Ant is a Java-based build tool.

  • No labels