As explained above, Tomcat 3.2.x should be installed, but some more configuration is needed to run the Alarm application:
copy the $JONAS_ROOT/webapps/jadmin.war to the $TOMCAT_HOME/webapps directory and in $TOMCAT_HOME/conf/tomcat-users.xml add the line
<user name="jadmin" password="jonas" roles="jadmin,tomcat" /> |
if you want to be able to manage your EJB server through Jadmin and if you have still not used it,configure the security as explained in the JOnAS documentation, i.e. if not already done: in $TOMCAT_HOME/conf/server.xml add the line
<RequestInterceptor className="org.objectweb.security.tomcat.interceptor.SecurityCtxInterceptor32"/> |
after line <RequestInterceptor className="org.apache.tomcat.request.SimpleRealm" debug="0" /> |