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 directory and enter the following command:

ant -find build.xml compile

NOTE: Make sure that bcel.jar is in the $ANT_HOME/lib directory.