Finding The Alarm Application; Setting Up The Application - Red Hat APPLICATION SERVER - JONAS Tutorial

Jonas
Hide thumbs Also See for APPLICATION SERVER - JONAS:
Table of Contents

Advertisement

42
Figure 10-1. Alarm application architecture overview

10.2. Finding the Alarm Application

The Alarm application is located in the
as follows:
: application description.
etc/web.xml
directory: JSPs, images, html files.
web/
directory: beans and service to be loaded in JOnAS.
beans/
directory: servlet generating alarms.
src/
directory: client java program generating alarms and using JMS, now obsolete; replaced
client/
by the servlet in
src/

10.3. Setting Up the Application

You should have installed Tomcat using the combined JOnAS and Tomcat package as explained in
this tutorial.
The first step is to compile the alarm application. The simplest way is to go to the
$JONAS_ROOT/examples/alarm
ant -find build.xml compile
$JONAS_ROOT/examples/alarm
.
directory and enter the following command:
Chapter 10. The Alarm Application
directory. It is structured

Advertisement

Table of Contents
loading

This manual is also suitable for:

Application server

Table of Contents