Install
Overview
This document describes the installation steps necessary to use the library.
Step #0: Prepare for installation
This module library has been tested to support a broad range of platform technologies and application topologies, far beyond the scope of this documentation to cover comprehensively. In general, you can assume that the library supports all major release of the Apache Tomcat servlet container and the JBoss application server deployed both Linux/Unix and Windows servers. Additionally, a number of common database servers (e.g. MsSQL and Hypersonic SQL) are supported.
In order to document the journey to a working solution from a "standing start", the following assumptions are made:
- The goal is to deploy Sun's Duke's Bank J2EE sample application (from their J2EE 1.4 Tutorial) to a single box.
- Duke's Bank is to be built and deployed to the JBoss application server running on either a Windows or Linux system.
- The Duke's Bank data will be stored in an stand-alone Hypersonic SQL database system (external to JBoss).
Specifically, then, for this demonstration of the module library the following software versions are required:
- JBoss 4.0.3sp1
- Hypersonic SQL Database 1.8.0.9
- Ant 1.7.0
- Cruise Control 2.7.1
- CentOS release 4.5 (Final), or Redhat Enterprise Linux 4 update 2 or better, or ...
- Windows XP Professional SP2, or Windows 2003 Server R2 (and possibly other Windows versions though they haven't been tested)
In addition, the availability of the following tools in your general environment is assumed:
- JDK 1.5.0
- Subversion 1.1.4, or later
Step #1: Install the ControlTier platform software
This library assumes you have installed the latest stable release of the ControlTier 3.2 platform software on a designated server host and one or more client hosts. Refer to the general installation procedures for more info.
You will need to know the URL to the Workbench and JobCenter applications.
Step #2: Choose or create a project
All work is done within the context of a "project". You may already have a project in mind, or you may wish to create a new one just for the use of this library.
- Navigate to the Admin page. (eg., go to the URL: http://localhost:8080/itnav/do/menu/Admin
- Press the "Create Project" button.
(eg., go to the URL:
http://localhost:8080/itnav/do/projects/Input
NoteIf you are following this documentation verbatim in order to configure the Duke's Bank demonstration, create a project called "DukesBank" (JBoss 4.0 "Duke's Bank" sample application project).
- Fill out the form and press "Create" button. It takes a few minutes for the new project to be created.
Step #3: Download the library archive
Binary distributions of the module library can be found in the "File Releases" section of the ModuleForge Download page on Sourceforge. The package is called "Elements Module Library" and will be named something like: elements-x.y-seed.jar where "x.y" denotes the version.
You must download at least version 3.0 of the module library.
Step #4: Load the library archive
Once you have chosen the desired project, you can load the library into that project.
Be sure you have already logged into Workbench and selected the desired project where you want the library loaded. If you just created a new project, you are all ready.
- Navigate to the Admin page. (eg., go to the URL: http://localhost:8080/itnav/do/menu/Admin
- Press the "Import Seed" button. (eg., go to the URL: http://localhost:8080/itnav/do/projects/ImportSeedInput
- Locate and select the content-seed-x.y.jar file in the file chooser. This is the same file you downloaded in step #2.
- Press the "Import" button.
Once the library has been installed into your chosen project the next step is to configure these modules for use.



