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
Need help?
Do you have a question about the APPLICATION SERVER - JONAS and is the answer not in the manual?
Questions and answers