JOnAS v2.4 Tutorial | ||
---|---|---|
<<< Previous | The Alarm application | Next >>> |
Start tomcat: For example, on Unix:
. $JONAS_ROOT/bin/unix/config_env $TOMCAT_HOME/bin/tomcat.sh start |
Run EJBServer:
cd $JONAS_ROOT/examples/alarm EJBServer & |
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.
<<< Previous | Home | Next >>> |
Configuring the database access | Up | Known bugs or limitations |