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

ant -find build.xml compile

NoteNote
 

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