Running the alarm demo

  1. Start tomcat: For example, on Unix:

    . $JONAS_ROOT/bin/unix/config_env
    $TOMCAT_HOME/bin/tomcat.sh start

  2. Run EJBServer:

    cd $JONAS_ROOT/examples/alarm
    EJBServer &
    The jonas.properties file in $JONAS_ROOT/examples/alarm is used. It defines the beans and the services that must be loaded.

  3. Generate alarms: The easiest way is to use the link on the first html page that will run a servlet that will generate customized alarms. Look at http://$HOSTNAME:<your_tomcat_port_number>/alarm/index.html to start using the web application.